mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-11-02 17:11:29 +00:00
These are used by systemctl help. Signed-off-by: Ferenc Wágner <wferi@niif.hu> Reviewed-by: Jan Friesse <jfriesse@redhat.com>
18 lines
457 B
SYSTEMD
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
|