15 lines
No EOL
289 B
Desktop File
15 lines
No EOL
289 B
Desktop File
[Unit]
|
|
Description=Pantalaimon for RSSbot
|
|
Requires=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=rssbot
|
|
Group=rssbot
|
|
WorkingDirectory=/opt/rssbot
|
|
ExecStart=/opt/rssbot/venv/bin/python3 -um pantalaimon.main -c pantalaimon.conf
|
|
Restart=always
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |