mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-12 18:14:28 +05:00
17 lines
358 B
Desktop File
17 lines
358 B
Desktop File
[Unit]
|
|
Description=Moonraker Telegram Bot SV1 %INST%
|
|
Documentation=https://github.com/nlef/moonraker-telegram-bot/wiki
|
|
After=network-online.target
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=%USER%
|
|
WorkingDirectory=%TELEGRAM_BOT_DIR%
|
|
EnvironmentFile=%ENV_FILE%
|
|
ExecStart=%ENV%/bin/python $TELEGRAM_BOT_ARGS
|
|
Restart=always
|
|
RestartSec=10
|