first commit
This commit is contained in:
11
external/packages/bsp/common/lib/systemd/system/setup-overlay.service
vendored
Normal file
11
external/packages/bsp/common/lib/systemd/system/setup-overlay.service
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Setup overlayfs automatically once
|
||||
After=local-fs.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/local/bin/setup_overlay.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user