summaryrefslogtreecommitdiffstats
path: root/systemd/kfcgi.service
blob: f9027f895363020b2b823939f443117a68ca679d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=kfcgi server for scooper
After=litterbox@.service var-lib-pounce-.local-dev.mount var-lib-pounce-.local-usr.mount var-lib-pounce-.local-lib.mount var-lib-pounce-.local-lib64.mount
Requires=litterbox@.service var-lib-pounce-.local-dev.mount var-lib-pounce-.local-usr.mount var-lib-pounce-.local-lib.mount var-lib-pounce-.local-lib64.mount
Wants=network.target


[Service]
User=root
Group=pounce
ExecStart=/usr/local/sbin/kfcgi -d -n 8 -l 16 -u nginx -s /var/run/kfcgi/scooper.sock -U pounce -p /var/lib/pounce/.local -- /bin/scooper /share/litterbox/litterbox.sqlite

[Install]
WantedBy=multi-user.target