mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-04-01 03:20:41 +02:00
12 lines
240 B
Desktop File
12 lines
240 B
Desktop File
[Unit]
|
|
Description=RssToTelegramBot
|
|
After=network.target
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=15
|
|
User=tux
|
|
ExecStart=/bin/sh /Main/Server/Bots/RSS-to-Telegram-Bot-Fork/StartRssToTelegramBot.sh
|
|
[Install]
|
|
WantedBy=multi-user.target
|