diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-04-24 13:53:31 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-24 13:53:34 +0200 |
commit | 8d8e945624a0080073d94941f3032b8fa3b3aa15 (patch) | |
tree | 502fbc4700f5e093fe094cad2e49c957e626cd3f /src/core/system.conf | |
parent | 25f5971b5e0b3ab5b91a7d0359cd7f5a5094c1d0 (diff) |
manager: drop MountAuto= and SwapAuto= options
The ability to set MountAuto=no and SwapAuto=no was useful during the
adoption phase of systemd, so that distributions could stick to their
classic mount scripts a bit longer. It is about time to get rid of it
now.
Diffstat (limited to 'src/core/system.conf')
-rw-r--r-- | src/core/system.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/system.conf b/src/core/system.conf index 779ae59963..2b14d3e31e 100644 --- a/src/core/system.conf +++ b/src/core/system.conf @@ -18,8 +18,6 @@ #SysVConsole=yes #CrashChVT=1 #CPUAffinity=1 2 -#MountAuto=yes -#SwapAuto=yes #DefaultControllers=cpu #DefaultStandardOutput=journal #DefaultStandardError=inherit |