summaryrefslogtreecommitdiffstats
path: root/meta-app-framework/recipes-core/applaunchd/applaunchd/applaunchd.service
blob: b4c2b0a22bf265ca0337e83f4ab3d09a33052ab9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Wants=network.target polkit.service
After=network.target polkit.service

[Service]
User=applaunchd
Environment=XDG_DATA_DIRS=/usr/share
ExecStart=/usr/bin/applaunchd
Restart=on-failure

[Install]
WantedBy=multi-user.target