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

13 lines
326 B
Desktop File

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