mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
@@ -1365,9 +1365,9 @@ class SunOSService(Service):
|
|||||||
elif self.action == 'stop':
|
elif self.action == 'stop':
|
||||||
subcmd = "disable -st"
|
subcmd = "disable -st"
|
||||||
elif self.action == 'reload':
|
elif self.action == 'reload':
|
||||||
subcmd = "refresh"
|
subcmd = "refresh -s"
|
||||||
elif self.action == 'restart' and status == 'online':
|
elif self.action == 'restart' and status == 'online':
|
||||||
subcmd = "restart"
|
subcmd = "restart -s"
|
||||||
elif self.action == 'restart' and status != 'online':
|
elif self.action == 'restart' and status != 'online':
|
||||||
subcmd = "enable -rst"
|
subcmd = "enable -rst"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user