This commit is contained in:
ziggi
2023-10-20 22:35:34 +02:00
parent 19db62f547
commit 764a6e7c5e
8 changed files with 78 additions and 91 deletions

View File

@@ -10,7 +10,7 @@
name="filerd"
rcvar="filerd_enable"
pidfile="/home/ziggi/projects/filer/tmp.run"/filerd.pid
pidfile="/var/run/filer"/filerd.pid
command="/usr/local/sbin/${name}"
command_args="-daemon"
procname="/usr/local/sbin/${name}"

View File

@@ -3,7 +3,7 @@ Description=filerd
[Service]
Type=forking
PIDFile=/home/ziggi/projects/filer/tmp.run/filerd.pid
PIDFile=/var/run/filer/filerd.pid
ExecStart=/usr/local/sbin/filerd
ExecReload=/bin/kill -HUP $MAINPID