61d6d46799ea6391ede1bc4cf2912c0f40b5ac8c
[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 Before=#SYSTEMD_SERVICE_BEFORE#
6 ConditionPathExists=#SYSCONFDIR#/agl-postinsts
7
8 [Service]
9 Type=oneshot
10 ExecStart=#SBINDIR#/run-agl-postinsts
11 ExecStartPost=#BASE_BINDIR#/systemctl disable run-agl-postinsts.service
12 RemainAfterExit=No
13 TimeoutSec=0
14
15 [Install]
16 WantedBy=multi-user.target