Since there are now many "common" types of system services (systemd, upstart, and lsb), Pacemaker supports a special alias which intelligently figures out which one applies to a given cluster node.
			
				This is particularly useful when the cluster contains a mix of systemd, upstart, and lsb.
			
				In order, Pacemaker will try to find the named service as:
			
						an LSB (SYS-V) init script
					
						a Systemd unit file
					
						an Upstart job