]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-fstab-generator/test-13-label.expected/systemd-fsck-root.service
generators: change TimeoutSec=0 to TimeoutSec=infinity
[thirdparty/systemd.git] / test / test-fstab-generator / test-13-label.expected / systemd-fsck-root.service
1 # Automatically generated by systemd-fstab-generator
2
3 [Unit]
4 Description=File System Check on /dev/disk/by-label/Root
5 Documentation=man:systemd-fsck-root.service(8)
6
7 DefaultDependencies=no
8 BindsTo=dev-disk-by\x2dlabel-Root.device
9 Conflicts=shutdown.target
10 After=initrd-root-device.target local-fs-pre.target dev-disk-by\x2dlabel-Root.device
11 Before=shutdown.target
12
13 [Service]
14 Type=oneshot
15 RemainAfterExit=yes
16 ExecStart=/usr/lib/systemd/systemd-fsck /dev/disk/by-label/Root
17 TimeoutSec=infinity