diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-21 16:02:10 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-21 16:02:10 -0400 |
| commit | 33e9b10c19320cdeb82dedd21cfc8bc7a10ed649 (patch) | |
| tree | cc8b3cff03dee8a6d4fd2017e7b32403b99436a6 /src | |
| parent | f6afeb889f4b11418daac7825c1adb1df4ff145c (diff) | |
typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Systemd.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Systemd.hs b/src/Propellor/Property/Systemd.hs index d91b441b..d1b6bde6 100644 --- a/src/Propellor/Property/Systemd.hs +++ b/src/Propellor/Property/Systemd.hs @@ -53,7 +53,7 @@ enabled n = trivial $ cmdProperty "systemctl" ["enable", n] -- | Disables a systemd service. disabled :: ServiceName -> Property -disabled n = trivial $ cmdProperty "systemctl" ["distable", n] +disabled n = trivial $ cmdProperty "systemctl" ["disable", n] `describe` ("service " ++ n ++ " disabled") -- | Enables persistent storage of the journal. |
