packaging: changed to start by systemd.
[profile/ivi/murphy.git] / packaging.in / murphyd.service
1 [Unit]
2 Description=Murphy Resource Policy Daemon
3
4 [Service]
5 Type=simple
6 ExecStartPre=/bin/mkdir -p /tmp/murphy /var/run/murphy/processes
7 ExecStart=/usr/bin/murphyd -t dlog -vvv -f
8 KillSignal=SIGKILL
9
10 [Install]
11 WantedBy=multi-user.target