packaging: set correct XDG_RUNTIME_DIR environment variable.
[profile/ivi/murphy.git] / packaging.in / murphyd.service
1 [Unit]
2 Description=Murphy Resource Policy Daemon
3
4 [Service]
5 Type=simple
6 User=app
7 Group=app
8 ExecStart=/usr/bin/murphyd -t systemd -vvv -f
9 SmackExecLabel=User
10 KillSignal=SIGTERM
11 Environment=XDG_RUNTIME_DIR=/run/user/%U
12
13 [Install]
14 WantedBy=multi-user.target