mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
19 lines
416 B
SYSTEMD
19 lines
416 B
SYSTEMD
|
# 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
|