diff options
author | Andrey Borzenkov <arvidjaar@gmail.com> | 2011-03-18 19:12:58 +0300 |
---|---|---|
committer | Andrey Borzenkov <arvidjaar@gmail.com> | 2011-03-18 19:12:58 +0300 |
commit | 0c380104cfc52b69ab39737722e8e91fbad6c676 (patch) | |
tree | 7920a94b9114dd564f143dbde1e5acdd17f72dd1 /src/special.h | |
parent | 9700edb4e836f95815ee3237e5bc8d224b5014d7 (diff) |
mount: pull in quota services from local mountpoints with usr/grpquota options
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 6a75e2cf7d..6cedf18c03 100644 --- a/src/special.h +++ b/src/special.h @@ -62,6 +62,7 @@ /* Magic early boot services */ #define SPECIAL_FSCK_SERVICE "fsck@.service" #define SPECIAL_QUOTACHECK_SERVICE "quotacheck.service" +#define SPECIAL_QUOTAON_SERVICE "quotaon.service" #define SPECIAL_REMOUNT_ROOTFS_SERVICE "remount-rootfs.service" /* Services systemd relies on */ |