12 lines
181 B
Desktop File
12 lines
181 B
Desktop File
[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
|
|
|