22 lines
371 B
Desktop File
22 lines
371 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 --datadir=/var/lib/flowee --bind=localhost:1234
|
||
|
|
|
||
|
|
Restart=always
|
||
|
|
PrivateTmp=true
|
||
|
|
TimeoutStopSec=60s
|
||
|
|
TimeoutStartSec=2s
|
||
|
|
StartLimitInterval=120s
|
||
|
|
StartLimitBurst=5
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|