Files
thehub/support/indexer.service
T

22 lines
369 B
Desktop File
Raw Permalink Normal View History

2019-05-08 20:34:27 +02:00
[Unit]
Description=Flowee Indexer
After=network.target
[Service]
User=flowee
Group=flowee
UMask=022
Type=simple
2020-09-20 20:21:10 +02:00
ExecStart=/usr/bin/indexer --conf=/etc/flowee/indexer.conf --datadir=/var/lib/flowee --bind=0.0.0.0:1234
2019-05-08 20:34:27 +02:00
Restart=always
PrivateTmp=true
TimeoutStopSec=60s
TimeoutStartSec=2s
StartLimitInterval=120s
StartLimitBurst=5
[Install]
WantedBy=multi-user.target