Printio/systemd/overlayfs_mount.service
2025-03-20 00:07:07 -07:00

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