diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-25 03:11:26 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-25 03:11:26 +0200 |
commit | d3689161a2870a56ba5a2837daa2ca3463e24710 (patch) | |
tree | 32b34eae66a613db706284e6e113a44fccb9f44e /src/system.conf | |
parent | 20604ebc04ce5d3b7d7d63e79f94cf0febf851c5 (diff) |
mount: add global configuration options for handling of auto mounts
Diffstat (limited to 'src/system.conf')
-rw-r--r-- | src/system.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/system.conf b/src/system.conf index 11885e0b59..9d87c6dfda 100644 --- a/src/system.conf +++ b/src/system.conf @@ -5,7 +5,7 @@ # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # -# See system.conf(5) for details +# See systemd(1) for details [Manager] #LogLevel=info @@ -18,3 +18,6 @@ #SysVConsole=yes #CrashChVT=1 #CPUAffinity=1 2 +#MountOnPlug=yes +#SwapOnPlug=yes +#MountAuto=yes |