feat: telegram bot + normalize for mobile + nextcloud subcarpetas
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[Unit]
|
||||
Description=Viral Telegram Bot
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=ren
|
||||
Group=ren
|
||||
WorkingDirectory=/home/ren/viral/openshorts
|
||||
ExecStart=/usr/bin/python3 /home/ren/viral/openshorts/telegram_bot.py
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
Environment=PYTHONUNBUFFERED=1
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user