Commit 860bb6aa authored by Florent Revest's avatar Florent Revest

ngfd: Use a simple systemd service instead of a dbus one

parent 75401a30
...@@ -3,11 +3,8 @@ Description=Non Graphical Feedback Daemon ...@@ -3,11 +3,8 @@ Description=Non Graphical Feedback Daemon
Requires=dbus.socket Requires=dbus.socket
[Service] [Service]
Type=dbus Type=simple
TimeoutSec=15
ExecStart=/usr/bin/ngfd ExecStart=/usr/bin/ngfd
Restart=always
BusName=com.nokia.NonGraphicFeedback1.Backend
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment