Add services
This commit is contained in:
14
systemd/soundfx-rs.service
Normal file
14
systemd/soundfx-rs.service
Normal file
@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Discord bot for custom sound effects and soundboards
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/soundfx-rs
|
||||
WorkingDirectory=/etc/soundfx-rs
|
||||
Restart=always
|
||||
RestartSec=4
|
||||
# Environment="RUST_LOG=warn,soundfx_rs=info"
|
||||
# Environment="RUST_BACKTRACE=full"
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user