mirror_corosync/init/corosync-qnetd.service.in
Ferenc Wágner 8a940f9a18 init: Add doc URIs to the systemd service files
These are used by systemctl help.

Signed-off-by: Ferenc Wágner <wferi@niif.hu>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
2016-11-28 09:58:09 +01:00

18 lines
457 B
SYSTEMD

[Unit]
Description=Corosync Qdevice Network daemon
Documentation=man:corosync-qnetd
ConditionKernelCommandLine=!nocluster
Requires=network-online.target
After=network-online.target
[Service]
EnvironmentFile=@SYSCONFDIR@/sysconfig/corosync-qnetd
ExecStart=@BINDIR@/corosync-qnetd -f $COROSYNC_QNETD_OPTIONS
Type=simple
Restart=on-abnormal
# Uncomment and set user who should be used for executing qnetd
#User=coroqnetd
[Install]
WantedBy=multi-user.target