Files
steamos-rw/overlay-units.service
T
2026-03-18 15:29:44 -07:00

12 lines
272 B
Desktop File

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