This commit is contained in:
2024-02-28 16:15:15 +01:00
parent 0f6a0a1ff0
commit 537ef4be7e
17 changed files with 107 additions and 34 deletions

View File

@@ -0,0 +1,11 @@
[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