Files
elog/elogd.service
2025-10-14 12:29:05 +02:00

15 lines
338 B
Desktop File

[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=/home/ritt/elog/build/elogd -D -c /srv/elogs/elogd.cfg
ExecReload=/bin/kill -HUP ${MAINPID}
ExecStop=/bin/kill ${MAINPID}
[Install]
WantedBy=multi-user.target