distribution/packages/sysutils/autostart/system.d/jelos-autostart.service
2023-06-01 23:21:45 +00:00

13 lines
298 B
Desktop File

[Unit]
Description=JELOS user autostart script
Before=emulationstation.service
After=network-base.service graphical.target
[Service]
Type=oneshot
Environment=HOME=/storage
ExecStart=-/bin/sh -c ". /etc/profile; exec /bin/sh /usr/bin/autostart"
RemainAfterExit=yes
[Install]
WantedBy=jelos.target