salt/doc/ref/modules/all/salt.modules.service.rst
Erik Johnson 93ee5ee2b0
Fix all Sphinx warnings
Well, all but one, which we expect to see
2018-05-31 15:28:25 -05:00

1.7 KiB

salt.modules.service

service is a virtual module that is fulfilled by one of the following modules:

Execution Module Used for
~salt.modules.debian_service Debian Wheezy and earlier
~salt.modules.freebsdservice FreeBSD-based OSes using service(8)
~salt.modules.gentoo_service Gentoo Linux using sysvinit and rc-update(8)
~salt.modules.launchctl Mac OS hosts using launchctl(1)
~salt.modules.netbsdservice NetBSD-based OSes
~salt.modules.openbsdservice OpenBSD-based OSes
~salt.modules.rh_service RedHat-based distros and derivatives using service(8) and chkconfig(8). Supports both pure sysvinit and mixed sysvinit/upstart systems.
~salt.modules.service Fallback which simply wraps sysvinit scripts
~salt.modules.smf Solaris-based OSes which use SMF
~salt.modules.systemd Linux distros which use systemd
~salt.modules.upstart Ubuntu-based distros using upstart
~salt.modules.win_service Windows