Files

23 lines
387 B
Desktop File
Raw Permalink Normal View History

[Unit]
Description=Flowee the Hub
After=network.target
[Service]
User=flowee
Group=flowee
UMask=022
Type=forking
PIDFile=/var/lib/flowee/hub.pid
2026-05-15 22:20:47 +02:00
ExecStart=/usr/bin/hub -daemon -pid=/var/lib/flowee/hub.pid -conf=/etc/flowee/flowee.conf
Restart=always
PrivateTmp=true
TimeoutStopSec=60s
TimeoutStartSec=2s
StartLimitInterval=120s
StartLimitBurst=5
[Install]
WantedBy=multi-user.target