Add systemctl commands to install script

This commit is contained in:
hodasemi 2018-11-23 13:21:52 +01:00
parent a034c09e9d
commit a5a7dfef73

View file

@ -8,4 +8,8 @@ cp start.sh install/
cargo update
cargo build --release
sudo systemctl stop music-bot
cp target/release/RMusicBot install/
sudo systemctl start music-bot