soundfx-bot/systemd/soundfx-rs.service

16 lines
319 B
SYSTEMD
Raw Normal View History

2023-03-23 13:32:29 +00:00
[Unit]
Description=Discord bot for custom sound effects and soundboards
[Service]
2023-03-29 16:57:19 +00:00
User=soundfx
2023-03-23 13:32:29 +00:00
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