nemo@sx:~$ cat /usr/lib/systemd/user/auto-start.service [Unit] Description=Auto-start stuff after lipstick Requires=lipstick.service After=lipstick.service [Service] Type=oneshot ExecStart=/usr/local/bin/autostart RemainAfterExit=yes [Install] WantedBy=user-session.target
nemo@sx:~$ ls -al /home/nemo/.config/systemd/user/auto-start.service /home/nemo/.config/systemd/user/user-session.target.wants/auto-start.service lrwxrwxrwx 1 nemo nemo 40 Jan 19 02:55 /home/nemo/.config/systemd/user/auto-start.service -> /usr/lib/systemd/user/auto-start.service lrwxrwxrwx 1 nemo nemo 40 Jan 19 02:55 /home/nemo/.config/systemd/user/user-session.target.wants/auto-start.service -> /usr/lib/systemd/user/auto-start.service
nemo@sx:~$ cat /usr/local/bin/autostart #!/bin/sh PATH=/home/nemo/bin:$PATH /home/nemo/bin/screen-daemon backup-daemon --start /home/nemo/bin/screen-daemon email-daemon --start /home/nemo/bin/screen-daemon button-monitor --start sudo cpu-enable fast aliendalvik-post-start