mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Added elogd.sevice
This commit is contained in:
parent
c3be255c6a
commit
877544ea98
14
elogd.service
Normal file
14
elogd.service
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=The ELOG Server
|
||||||
|
After=network.target remote-fs.target nss-lookup.target
|
||||||
|
Documentation=man:elogd(8)
|
||||||
|
Documentation=man:elog(8)
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=forking
|
||||||
|
ExecStart=/usr/local/sbin/elogd -D -c /usr/local/elog/elogd.cfg
|
||||||
|
ExecReload=/bin/kill -HUP ${MAINPID}
|
||||||
|
ExecStop=/bin/kill ${MAINPID}
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
Loading…
x
Reference in New Issue
Block a user