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