This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
ExecStart=/usr/bin/webdis /etc/webdis/webdis.json
-
ExecStartPre=mkdir -p /var/run/webdis chown webdis: /var/run/webdis
-
Group=webdis
-
KillMode=process
-
PIDFile=/var/run/webdis/webdis.pid
-
PermissionsStartOnly=yes
-
StandardOutput=journal
-
Type=forking
-
User=webdis
-
WorkingDirectory=/
-
-
[Unit]
-
After=network.target redis-server.service
-
Description=Webdis service, an HTTP interface to Redis
-
Documentation=man:webdis(1) https://webd.is
-
Additionnal notes
Nothing here.