mirror of
https://github.com/systemd/systemd.git
synced 2025-01-03 05:18:09 +03:00
units: change TimeoutSec=0 to TimeoutSec=infinity
Follow-up for #27936 Let's also update a bunch of static unit files, matching what we just did for the generators.
This commit is contained in:
parent
cd8947d0d1
commit
1775872679
@ -12,7 +12,7 @@ ConditionPathExists=|/.autorelabel
|
|||||||
[Service]
|
[Service]
|
||||||
ExecStart=sh -xec 'echo 0 >/sys/fs/selinux/enforce; fixfiles -f -F relabel; rm /.autorelabel; systemctl --force reboot'
|
ExecStart=sh -xec 'echo 0 >/sys/fs/selinux/enforce; fixfiles -f -F relabel; rm /.autorelabel; systemctl --force reboot'
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
TimeoutSec=0
|
TimeoutSec=infinity
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
StandardOutput=journal+console
|
StandardOutput=journal+console
|
||||||
|
|
||||||
|
@ -18,6 +18,6 @@ After=network.target
|
|||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
ExecStart={{RC_LOCAL_PATH}} start
|
ExecStart={{RC_LOCAL_PATH}} start
|
||||||
TimeoutSec=0
|
TimeoutSec=infinity
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
GuessMainPID=no
|
GuessMainPID=no
|
||||||
|
@ -21,4 +21,4 @@ OnFailureJobMode=replace-irreversibly
|
|||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
ExecStart={{ROOTLIBEXECDIR}}/systemd-fsck
|
ExecStart={{ROOTLIBEXECDIR}}/systemd-fsck
|
||||||
TimeoutSec=0
|
TimeoutSec=infinity
|
||||||
|
@ -20,4 +20,4 @@ Before=systemd-quotacheck.service shutdown.target
|
|||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
ExecStart={{ROOTLIBEXECDIR}}/systemd-fsck %f
|
ExecStart={{ROOTLIBEXECDIR}}/systemd-fsck %f
|
||||||
TimeoutSec=0
|
TimeoutSec=infinity
|
||||||
|
@ -20,4 +20,4 @@ Before=shutdown.target
|
|||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
ExecStart={{ROOTLIBEXECDIR}}/systemd-growfs /
|
ExecStart={{ROOTLIBEXECDIR}}/systemd-growfs /
|
||||||
TimeoutSec=0
|
TimeoutSec=infinity
|
||||||
|
@ -21,4 +21,4 @@ Before=shutdown.target
|
|||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
ExecStart={{ROOTLIBEXECDIR}}/systemd-growfs %f
|
ExecStart={{ROOTLIBEXECDIR}}/systemd-growfs %f
|
||||||
TimeoutSec=0
|
TimeoutSec=infinity
|
||||||
|
@ -22,4 +22,4 @@ Before=shutdown.target
|
|||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
ExecStart={{ROOTLIBEXECDIR}}/systemd-quotacheck
|
ExecStart={{ROOTLIBEXECDIR}}/systemd-quotacheck
|
||||||
TimeoutSec=0
|
TimeoutSec=infinity
|
||||||
|
Loading…
Reference in New Issue
Block a user