Initial commit
This commit is contained in:
11
overlay/usr/lib/systemd/system/init-storage.service
Normal file
11
overlay/usr/lib/systemd/system/init-storage.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Initialize persistent data storage
|
||||
DefaultDependencies=no
|
||||
Before=local-fs-pre.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/libexec/init-storage
|
||||
StandardInput=null
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
Reference in New Issue
Block a user