1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

quota: enable quotaon/quotacheck in local-fs.target, not basic.target

This commit is contained in:
Lennart Poettering 2010-10-20 16:15:33 +02:00
parent 4c446f03e8
commit f875bcfe35
2 changed files with 2 additions and 2 deletions

View File

@ -18,4 +18,4 @@ RemainAfterExit=yes
ExecStart=@rootlibexecdir@/systemd-quotacheck
[Install]
WantedBy=basic.target
WantedBy=local-fs.target

View File

@ -18,4 +18,4 @@ RemainAfterExit=yes
ExecStart=/sbin/quotaon -anug
[Install]
WantedBy=basic.target
WantedBy=local-fs.target