16 lines
372 B
INI
16 lines
372 B
INI
[Unit]
|
|
Description=Initialize persistent data storage
|
|
DefaultDependencies=no
|
|
Before=local-fs-pre.target
|
|
After=systemd-journald.service
|
|
After=systemd-remount-fs.service
|
|
After=systemd-sysctl.service
|
|
After=systemd-udev-trigger.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/libexec/init-storage
|
|
StandardInput=null
|
|
StandardOutput=journal+console
|
|
StandardError=journal+console
|