diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-11-22 21:06:38 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-11-22 21:06:56 +0100 |
commit | cfcfd4aefe2141d324f51033057674d9f1171ef3 (patch) | |
tree | 1b71a9d134ac8b60359d718424084ef60833b841 /src/special.h | |
parent | 16f6682d0b74f3f1f29ef71aa10d20b36e10b48c (diff) |
swap: order file-based swap devices after remount-rootfs
Diffstat (limited to 'src/special.h')
-rw-r--r-- | src/special.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/special.h b/src/special.h index efd792d19d..df1e1fa417 100644 --- a/src/special.h +++ b/src/special.h @@ -65,6 +65,7 @@ #define SPECIAL_DBUS_SOCKET "dbus.socket" #define SPECIAL_GETTY_TARGET "getty.target" #define SPECIAL_SERIAL_GETTY_SERVICE "serial-getty@.service" +#define SPECIAL_REMOUNT_ROOTFS_SERVICE "remount-rootfs.service" #ifndef SPECIAL_SYSLOG_SERVICE #define SPECIAL_SYSLOG_SERVICE "syslog.service" |