Displaying 1 result from an estimated 1 matches for "8wk9pd2ez7gj".
2012 Dec 06
1
daemontools service provider doesn't support "restart" parameter?
Hello,
Using Puppet 2.7(.20), I''m trying to override the "restart" command of a
service controlled by daemontools provider using:
service { ''bamboo-agent'':
hasrestart => false,
provider => ''daemontools'',
restart => ''/bin/touch /var/run/needs-restart'',
...
}
And
...
notify =>