Files
steamos-rw/overlay-units.service
T
2024-06-10 04:33:42 -07:00

11 lines
247 B
Desktop File

[Unit]
Description = start overlayed systemd units
Requires=usr.mount
After=usr.mount
After=default.target
[Service]
Type=oneshot
ExecStart=/opt/steamos-rw/overlay-units.sh start
ExecStop=/opt/steamos-rw/overlay-units.sh stop
RemainAfterExit=true