Commit 2ba8d446 authored by Dietmar Maurer's avatar Dietmar Maurer

use CMan instead of corosync

because the service is called /etc/init.d/cman (although the
binary running is corosync)
parent 457917ab
......@@ -24,7 +24,7 @@ my $service_list = {
syslog => { name => 'Syslog', desc => 'Syslog daemon' },
cron => { name => 'CRON', desc => 'Daemon to execute scheduled commands' },
pvedaemon => { name => 'NodeManager', desc => 'PVE node manager daemon' },
corosync => { name => 'Corosync', desc => 'Corosync cluster daemon' },
corosync => { name => 'CMan', desc => 'CMan/Corosync cluster daemon' },
pvecluster => { name => 'PVECluster', desc => 'Proxmox VE cluster file system' },
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment