diff options
-rw-r--r-- | meta/recipes-connectivity/neard/neard/neard.service.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/neard/neard/neard.service.in b/meta/recipes-connectivity/neard/neard/neard.service.in index 90e5302662..a6f8a84180 100644 --- a/meta/recipes-connectivity/neard/neard/neard.service.in +++ b/meta/recipes-connectivity/neard/neard/neard.service.in | |||
@@ -1,13 +1,13 @@ | |||
1 | [Unit] | 1 | [Unit] |
2 | Description=NFC service | 2 | Description=neard service |
3 | Documentation=man:neard(8) | ||
3 | After=syslog.target | 4 | After=syslog.target |
4 | 5 | ||
5 | [Service] | 6 | [Service] |
6 | Type=dbus | 7 | Type=dbus |
7 | BusName=org.neard | 8 | BusName=org.neard |
8 | Restart=on-failure | ||
9 | ExecStart=@installpath@/neard -n | 9 | ExecStart=@installpath@/neard -n |
10 | StandardOutput=null | ||
11 | 10 | ||
12 | [Install] | 11 | [Install] |
12 | Alias=dbus-org.neard.service | ||
13 | WantedBy=multi-user.target | 13 | WantedBy=multi-user.target |