config: add D-Bus session bus address to systemd service file.
[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=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/%U/dbus/user_bus_socket
12 Environment=XDG_RUNTIME_DIR=/run/user/%U
13
14 [Install]
15 WantedBy=multi-user.target