Files
Configs/Server/Root/etc/systemd/system/ShioriFeed.service
2024-02-28 16:15:15 +01:00

13 lines
225 B
Desktop File

[Unit]
Description=ShioriFeed
After=network.target
[Service]
User=tux
Type=exec
ExecStart=/Main/Server/Shiori/ShioriFeed.py
WorkingDirectory=/Main/Server/Shiori/
Restart=always
RestartSec=10
[Install]
WantedBy=default.target