mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #23193 from joejulian/2014.7_supervisord_accept_sfun
supervisord.mod_watch should accept sfun
This commit is contained in:
commit
effacbe294
1 changed files with 2 additions and 1 deletions
|
@ -398,7 +398,8 @@ def mod_watch(name,
|
|||
user=None,
|
||||
runas=None,
|
||||
conf_file=None,
|
||||
bin_env=None):
|
||||
bin_env=None,
|
||||
**kwargs):
|
||||
# Always restart on watch
|
||||
return running(
|
||||
name,
|
||||
|
|
Loading…
Add table
Reference in a new issue