diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-07-20 12:06:36 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-07-20 12:06:36 -0400 |
| commit | 55c6b1cc306f38e22a4524903d7609d1309c3871 (patch) | |
| tree | dc99bf7b2f59294fdd63b44dd6c6ae8a2eda0162 /src/Propellor/Property/Systemd.hs | |
| parent | 5df1c9dc5aad8a1389ccf02c8a0b7cd1f8d165c0 (diff) | |
| parent | 8d971b83ba11fc0eb521d9d15e4a2ae281bc2ef5 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/Systemd.hs')
| -rw-r--r-- | src/Propellor/Property/Systemd.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Property/Systemd.hs b/src/Propellor/Property/Systemd.hs index 718ceca6..5c8a35e3 100644 --- a/src/Propellor/Property/Systemd.hs +++ b/src/Propellor/Property/Systemd.hs @@ -134,7 +134,8 @@ type Option = String -- Does not ensure that the relevant daemon notices the change immediately. -- -- This assumes that there is only one [Header] per file, which is --- currently the case. And it assumes the file already exists with +-- currently the case for files like journald.conf and system.conf. +-- And it assumes the file already exists with -- the right [Header], so new lines can just be appended to the end. configured :: FilePath -> Option -> String -> Property NoInfo configured cfgfile option value = combineProperties desc |
