mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-14 01:17:02 +05:30
systemd_units/walls-bot-rs: Run in release mode
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
c4bc0c2e56
commit
f360eadd9e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ User=bot
|
|||
EnvironmentFile=/home/bot/walls-bot-rs/env
|
||||
WorkingDirectory=/home/bot/walls-bot-rs
|
||||
ExecStartPre=/usr/bin/git pull origin master
|
||||
ExecStart=/home/bot/.cargo/bin/cargo run
|
||||
ExecStart=/home/bot/.cargo/bin/cargo run --release
|
||||
ExecReload=/bin/kill -USR1 $MAINPID
|
||||
KillMode=mixed
|
||||
KillSignal=SIGQUIT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue