summaryrefslogtreecommitdiffstats
path: root/recipes-demo/native-shell-client/files/native-shell-client.service
blob: d7a2fe684e45eafcfaa752baf3e5c107e22b320a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Requires=weston.service
After=weston.service

[Service]
Type=simple
Environment=XDG_RUNTIME_DIR=/run/user/200
ExecStart=/usr/bin/native-shell-client
Restart=on-failure

[Install]
WantedBy=multi-user.target