Added first boot service for AGL
[AGL/meta-agl.git] / meta-agl / recipes-devtools / run-agl-postinsts / run-agl-postinsts / run-agl-postinsts.service
1 [Unit]
2 Description=Run pending agl postinsts
3 DefaultDependencies=no
4 After=#SYSTEMD_SERVICE_AFTER#
5 ConditionPathExistsGlob=#SYSCONFDIR#/agl-postinsts
6
7 [Service]
8 Type=oneshot
9 ExecStart=#SBINDIR#/run-agl-postinsts
10 ExecStartPost=#BASE_BINDIR#/systemctl disable run-agl-postinsts.service
11 RemainAfterExit=No
12 TimeoutSec=0
13
14 [Install]
15 WantedBy=multi-user.target