Configs/Server/Root/etc/systemd/system/ShioriFeed.service
2023-05-21 18:54:02 +02:00

13 lines
214 B
Desktop File

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