distribution/packages/sysutils/autostart/system.d/jelos-autostart.service

14 lines
298 B
SYSTEMD
Raw Normal View History

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