diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-11-17 21:58:39 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-11-17 21:58:53 -0400 |
| commit | 6dae019be9ebed76f282ec3cb258df7bf5891320 (patch) | |
| tree | 78925c38ea5c687ef50714e699e0aac8499efc99 /propellor.cabal | |
| parent | 8afed0bae31d5f04b96764cdd6a636ef9b57dd52 (diff) | |
Service: Avoid starting services when noServices is used.
Reconsidered making services never run inside chroots, that seemed too
potentially limiting.
Using Info rather than checking policy-rc.d because it will also work
outside of debian, but more because policy-rc.d has an extremely
complicated interface and I didn't want to deal with it.
This commit was sponsored by Jochen Bartl on Patreon.
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/propellor.cabal b/propellor.cabal index 239a00e6..9bafd2fb 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 4.9.0 +Version: 5.0.0 Cabal-Version: >= 1.20 License: BSD2 Maintainer: Joey Hess <id@joeyh.name> |
