mirror of
https://github.com/systemd/systemd.git
synced 2024-11-24 18:53:33 +08:00
unit: don't timeout fsck
This commit is contained in:
parent
48c4fad950
commit
80f7378c5d
@ -20,3 +20,4 @@ RemainAfterExit=no
|
||||
ExecStart=@rootlibexecdir@/systemd-fsck
|
||||
StandardOutput=syslog+console
|
||||
FsckPassNo=1
|
||||
TimeoutSec=0
|
||||
|
@ -17,3 +17,4 @@ Type=oneshot
|
||||
RemainAfterExit=no
|
||||
ExecStart=@rootlibexecdir@/systemd-fsck %f
|
||||
StandardOutput=syslog+console
|
||||
TimeoutSec=0
|
||||
|
@ -17,6 +17,7 @@ Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=@rootlibexecdir@/systemd-quotacheck
|
||||
StandardOutput=syslog
|
||||
TimeoutSec=0
|
||||
|
||||
[Install]
|
||||
WantedBy=local-fs.target
|
||||
|
Loading…
Reference in New Issue
Block a user