E5SubBotForSQLite/e5sub.service

12 lines
185 B
SYSTEMD
Raw Permalink Normal View History

2021-01-17 18:45:28 +08:00
[Unit]
Description=Telegram E5Sub Bot
[Service]
Type=simple
WorkingDirectory=/opt/e5sub
ExecStart=/opt/e5sub/E5SubBot
Restart=always
RestartSec=30
[Install]
WantedBy=multi-user.target