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

13 lines
239 B
Desktop File

[Unit]
Description=Shiori
After=network.target
[Service]
User=tux
Type=exec
ExecStart=/Main/Server/Shiori/shiori --portable serve -p 8076
WorkingDirectory=/Main/Server/Shiori/
Restart=always
RestartSec=10
[Install]
WantedBy=default.target