summaryrefslogtreecommitdiffstats
path: root/recipes-demo/agl-persistent-storage-api/files/agl-persistent-storage-api.service
blob: 2e07de9f059f577bd99f0368eee3ab502cf7487e (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
After=network-online.target

[Service]
Type=simple
ExecStart=/usr/bin/agl-service-persistent-storage
Restart=on-failure
User=agl-driver

[Install]
WantedBy=default.target