17 lines
337 B
INI
17 lines
337 B
INI
[Unit]
|
|
Description=Initialize Local Storage
|
|
DefaultDependencies=no
|
|
After=local-fs-pre.target
|
|
After=run-storage.mount
|
|
Before=etc-ssh.mount
|
|
Before=local-fs.target
|
|
Conflicts=shutdown.target
|
|
ConditionPathExists=!/run/storage/ssh
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/libexec/init-localstorage.sh
|
|
|
|
[Install]
|
|
WantedBy=run-storage.mount
|