mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-21 08:47:24 +00: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