diff options
author | Georg | 2021-07-21 12:47:30 +0200 |
---|---|---|
committer | Georg | 2021-07-21 12:47:30 +0200 |
commit | 3d1dead13b5f3d7674b98a3f8684686d8fbc681e (patch) | |
tree | 6431154e8ea0e33e5f28d1302d20fdf9062f6a52 /systemd/kfcgi.service | |
parent | 6410fd8d58e250a877a0bcdab06184e45e707c65 (diff) | |
download | system-3d1dead13b5f3d7674b98a3f8684686d8fbc681e.tar.gz system-3d1dead13b5f3d7674b98a3f8684686d8fbc681e.tar.bz2 system-3d1dead13b5f3d7674b98a3f8684686d8fbc681e.zip |
Initial Systemd Service Run: 2/3
Signed-off-by: Georg <georg@lysergic.dev>
Diffstat (limited to 'systemd/kfcgi.service')
-rw-r--r-- | systemd/kfcgi.service | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/systemd/kfcgi.service b/systemd/kfcgi.service new file mode 100644 index 0000000..f9027f8 --- /dev/null +++ b/systemd/kfcgi.service @@ -0,0 +1,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 |