mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
1.8 KiB
1.8 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.mac_service |
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_service |
Solaris-based OSes which use SMF |
~salt.modules.systemd_service |
Linux distros which use systemd |
~salt.modules.upstart_service |
Ubuntu-based distros using upstart |
~salt.modules.win_service |
Windows |