mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #38587 from rallytime/fix-37498
Change daemontools __virtualname__ from service to daemontools
This commit is contained in:
commit
0889cbdb31
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ __func_alias__ = {
|
|||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
__virtualname__ = 'service'
|
||||
__virtualname__ = 'daemontools'
|
||||
|
||||
VALID_SERVICE_DIRS = [
|
||||
'/service',
|
||||
|
|
Loading…
Add table
Reference in a new issue