mirror of https://github.com/mikaku/Monitorix.git
small but meaningful descriptor change
Since both distros now ship with systemd, users wanting to manually install this package can use the "install-systemd-all" recipe whereas legacy versions of debian and RH can use the exisiting sysv options.
This commit is contained in:
parent
1aae2d8461
commit
34190dc4b9
4
Makefile
4
Makefile
|
@ -31,8 +31,8 @@ install:
|
|||
$(Q)echo "Run one of the following:"
|
||||
$(Q)echo " make install-systemd-all (systemd based systems)"
|
||||
$(Q)echo " make install-upstart-all (upstart based systems)"
|
||||
$(Q)echo " make install-debian-all (debian sysv based systems)"
|
||||
$(Q)echo " make install-redhat-all (redhat sysv based systems)"
|
||||
$(Q)echo " make install-debian-all (legacy debian sysv based systems)"
|
||||
$(Q)echo " make install-redhat-all (legacy redhat sysv based systems)"
|
||||
$(Q)echo
|
||||
$(Q)echo "Default targets may be overridden on the shell so"
|
||||
$(Q)echo "check out the Makefile for specific rules."
|
||||
|
|
Loading…
Reference in New Issue