mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
iiab-expand-rootfs.service: TimeoutSec=infinity in [Service]
This commit is contained in:
parent
e351801933
commit
6403ce517a
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ Before=dphys-swapfile.service
|
||||||
Environment=TERM=linux
|
Environment=TERM=linux
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/sbin/iiab-expand-rootfs
|
ExecStart=/usr/sbin/iiab-expand-rootfs
|
||||||
|
TimeoutSec=infinity
|
||||||
# "Standard output type syslog is obsolete"
|
# "Standard output type syslog is obsolete"
|
||||||
# StandardError=syslog
|
# StandardError=syslog
|
||||||
# WHEREAS StandardError=journal is the default, per https://www.freedesktop.org/software/systemd/man/systemd.exec.html#StandardOutput=
|
# WHEREAS StandardError=journal is the default, per https://www.freedesktop.org/software/systemd/man/systemd.exec.html#StandardOutput=
|
||||||
|
|
Loading…
Reference in a new issue