mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
unit: don't timeout fsck
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user