import sources
This commit is contained in:
13
initrc/certmanagerd.service.in
Normal file
13
initrc/certmanagerd.service.in
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=certmanagerd
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=@srv_sbindir@/certmanagerd
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
ExecRestart=/bin/kill -HUP $MAINPID
|
||||
ExecStartPre=/usr/bin/install -d -o root -g root @srv_rundir@ @srv_logdir@ @srv_datadir@
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user