systemd: update walls-bot-rs remote ref

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-06-16 01:20:12 +05:30
parent 92ec3269a9
commit d62f4c299c
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -7,7 +7,7 @@ Restart=on-abort
Type=simple Type=simple
User=bot User=bot
WorkingDirectory=/home/bot/walls-bot-rs WorkingDirectory=/home/bot/walls-bot-rs
ExecStartPre=/usr/bin/git pull origin master ExecStartPre=/usr/bin/git pull origin develop
ExecStart=/home/bot/.cargo/bin/cargo run --release ExecStart=/home/bot/.cargo/bin/cargo run --release
ExecReload=/bin/kill -USR1 $MAINPID ExecReload=/bin/kill -USR1 $MAINPID
KillMode=mixed KillMode=mixed