mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
s/systemd/FreeBSD
This commit is contained in:
parent
3512712e89
commit
e457083465
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ __virtualname__ = 'service'
|
|||
|
||||
def __virtual__():
|
||||
'''
|
||||
Only work on systems which default to systemd
|
||||
Only work on FreeBSD
|
||||
'''
|
||||
# Disable on these platforms, specific service modules exist:
|
||||
if __grains__['os'] == 'FreeBSD':
|
||||
|
|
Loading…
Add table
Reference in a new issue