Files
thehub/support/indexer.service
tomFlowee 9e165d07ef Allow basedir to be given in the config file.
A general cleanup of how we start indexer.
2026-05-21 23:51:09 +02:00

21 lines
299 B
Desktop File

[Unit]
Description=Flowee Indexer
After=network.target
[Service]
User=flowee
Group=flowee
UMask=022
Type=simple
ExecStart=/usr/bin/indexer --conf=/etc/flowee/indexer.conf
Restart=always
PrivateTmp=true
TimeoutStopSec=60s
TimeoutStartSec=2s
StartLimitBurst=5
[Install]
WantedBy=multi-user.target