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/manager.h | |
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/manager.h')
-rw-r--r-- | src/core/manager.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/manager.h b/src/core/manager.h index 20b743ab35..808a0d4286 100644 --- a/src/core/manager.h +++ b/src/core/manager.h @@ -219,8 +219,6 @@ struct Manager { #ifdef HAVE_SYSV_COMPAT bool sysv_console; #endif - bool mount_auto; - bool swap_auto; ExecOutput default_std_output, default_std_error; |