mirror of
https://github.com/Syping/dtranslatebot.git
synced 2024-11-22 13:50:22 +01:00
13 lines
269 B
Desktop File
13 lines
269 B
Desktop File
[Unit]
|
|
Description=Discord Translation Bot
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=dtranslatebot
|
|
Group=dtranslatebot
|
|
WorkingDirectory=/var/lib/dtranslatebot
|
|
ExecStart=/usr/bin/dtranslatebot /etc/dtranslatebot.json
|
|
Restart=on-abnormal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|