Rework nss-agl-driver-db to be a systemd unit at runtime
[AGL/meta-agl-demo.git] / recipes-core / nss / nss-agl-driver-db / nss-agl-driver-db.service
1 [Unit]
2 Description=Deploy Kuksa certificates to /home/agl-driver/.pki/
3 After=local-fs.target
4 Before=agl-session@agl-driver.service
5 ConditionPathExists=!/home/agl-driver/.pki
6
7 [Service]
8 User=agl-driver
9 ExecStart=/usr/sbin/nss-agl-driver-db.sh
10
11 [Install]
12 WantedBy=multi-user.target