summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikko Ylinen <mikko.ylinen@intel.com>2013-11-28 14:25:13 +0200
committerMikko Ylinen <mikko.ylinen@intel.com>2014-08-08 14:47:54 +0300
commit6da8799d5352cdbbb13a2276f005029920959e45 (patch)
treeef06e16bfe70babf9bd1198bbec720d9a1bb7387
parent2d2a9e9e862c83969525169487f529459b4e2425 (diff)
downloaddlt-daemon-6da8799d5352cdbbb13a2276f005029920959e45.tar.gz
dlt-daemon-6da8799d5352cdbbb13a2276f005029920959e45.tar.bz2
dlt-daemon-6da8799d5352cdbbb13a2276f005029920959e45.zip
Run dlt-daemon and dlt-system as root
Tizen does not (yet) have user 'genivi' added. Run dlt-daemon and dlt-system services as root until then. Change-Id: Iad90215b9051c8de474200dfaa598085f591e6c8 Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
-rwxr-xr-xsystemd/dlt-system.service.cmake1
-rwxr-xr-xsystemd/dlt.service.cmake1
2 files changed, 0 insertions, 2 deletions
diff --git a/systemd/dlt-system.service.cmake b/systemd/dlt-system.service.cmake
index f5e844b..7ec995c 100755
--- a/systemd/dlt-system.service.cmake
+++ b/systemd/dlt-system.service.cmake
@@ -21,7 +21,6 @@ Wants=dlt.service
[Service]
Type=Simple
-User=genivi
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/dlt-system
WatchdogSec=@DLT_WatchdogSec@
NotifyAccess=main
diff --git a/systemd/dlt.service.cmake b/systemd/dlt.service.cmake
index 22279c4..7bb05bc 100755
--- a/systemd/dlt.service.cmake
+++ b/systemd/dlt.service.cmake
@@ -20,7 +20,6 @@ Documentation=man:dlt-daemon(1) man:dlt.conf(5)
[Service]
Type=Simple
-User=genivi
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/dlt-daemon
WatchdogSec=@DLT_WatchdogSec@
NotifyAccess=main