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