mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
a9b837aa34
With these settings we intend to turn off timeouts for possibly interactive/slow commands. The officially documented way to turn off the time-outs is to setting them to infinity. So far we set them to zero here though. This lead to some confusiong, for example #18224. Let's fix this by uniformly spelling out TimeoutSec=infinity. This doesn't change behaviour. It just makes our generated files match what we document, without relying on historic compat support. Fixes: #18224
19 lines
416 B
Desktop File
19 lines
416 B
Desktop File
# Automatically generated by systemd-fstab-generator
|
|
|
|
[Unit]
|
|
Description=Make File System on %f
|
|
Documentation=man:systemd-makefs@.service(8)
|
|
|
|
DefaultDependencies=no
|
|
BindsTo=%i.device
|
|
After=%i.device
|
|
Before=systemd-fsck@%i.service mnt-mkfs.mount
|
|
Conflicts=shutdown.target
|
|
Before=shutdown.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/lib/systemd/systemd-makefs ext4 /dev/sdx12
|
|
TimeoutSec=infinity
|