18 lines
330 B
Desktop File
18 lines
330 B
Desktop File
[Unit]
|
|
Description=Mount OverlayFS at Boot
|
|
DefaultDependencies=no
|
|
Before=sysinit.target local-fs.target
|
|
Wants=local-fs-pre.target
|
|
After=local-fs-pre.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/home/orangepi/printio_studio/systemd/bash/overlayfs_mount.sh
|
|
RemainAfterExit=true
|
|
user=root
|
|
Group=root
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|
|
|