mirror of
https://github.com/rainerosion/E5SubBotForSQLite.git
synced 2026-06-10 20:22:31 +08:00
12 lines
185 B
SYSTEMD
12 lines
185 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Telegram E5Sub Bot
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=simple
|
||
|
|
WorkingDirectory=/opt/e5sub
|
||
|
|
ExecStart=/opt/e5sub/E5SubBot
|
||
|
|
Restart=always
|
||
|
|
RestartSec=30
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|