Run murphyd.service with the User label
[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
12 [Install]
13 WantedBy=multi-user.target