basementhud/overlay/etc/systemd/system/init-localstorage.service

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