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:
parent
4c446f03e8
commit
f875bcfe35
@ -18,4 +18,4 @@ RemainAfterExit=yes
|
||||
ExecStart=@rootlibexecdir@/systemd-quotacheck
|
||||
|
||||
[Install]
|
||||
WantedBy=basic.target
|
||||
WantedBy=local-fs.target
|
||||
|
@ -18,4 +18,4 @@ RemainAfterExit=yes
|
||||
ExecStart=/sbin/quotaon -anug
|
||||
|
||||
[Install]
|
||||
WantedBy=basic.target
|
||||
WantedBy=local-fs.target
|
||||
|
Loading…
Reference in New Issue
Block a user