summaryrefslogtreecommitdiff
path: root/systemd/starter.service
blob: 63d0e3f9ff41c0425991ce55e5b77998c1650d13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Start the "starter" program
Before=core-efl.target
After=boot-animation.service

[Service]
ExecStart=/usr/bin/starter
Restart=always
RestartSec=3

[Install]
WantedBy=core-efl.target