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

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

[Install]
WantedBy=multi-user.target