Change daemontools __virtualname__ from service to daemontools

Fixes #37498

When `__virtualname__` is set to `service` in the daemontools execution
module, it overrides the default system-wide service provider. We need
to keep the default service provider, since daemontools is a third-party
service.
This commit is contained in:
rallytime 2017-01-05 11:03:50 -05:00
parent 7b74436d13
commit 2a5880966f

View file

@ -31,7 +31,7 @@ __func_alias__ = {
log = logging.getLogger(__name__)
__virtualname__ = 'service'
__virtualname__ = 'daemontools'
VALID_SERVICE_DIRS = [
'/service',