s/systemd/FreeBSD

This commit is contained in:
Julien Cigar 2015-09-30 12:13:06 +02:00 committed by rallytime
parent 3512712e89
commit e457083465

View file

@ -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':