summaryrefslogtreecommitdiff
path: root/systemd
diff options
context:
space:
mode:
authorChristoph Lipka <clipka@de.adit-jv.com>2018-12-06 14:25:16 +0100
committerChristoph Lipka <clipka@de.adit-jv.com>2018-12-06 14:25:16 +0100
commitea836f6de185f32c14404950f5cfb2ebf084e1ca (patch)
treeb34f0a377a54554fcbcaf32dd93ed62c605a635b /systemd
parentf50cd0544d70c837d68a28316d2141c5a650db91 (diff)
downloadDLT-daemon-ea836f6de185f32c14404950f5cfb2ebf084e1ca.tar.gz
cmake: systemd: fix hardcoded user in dlt-dbus.service (Issue #36)
Signed-off-by: Christoph Lipka <clipka@de.adit-jv.com>
Diffstat (limited to 'systemd')
-rw-r--r--systemd/dlt-dbus.service.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/dlt-dbus.service.cmake b/systemd/dlt-dbus.service.cmake
index 0b14c38..5dc7268 100644
--- a/systemd/dlt-dbus.service.cmake
+++ b/systemd/dlt-dbus.service.cmake
@@ -22,7 +22,7 @@ Wants=dlt.service
[Service]
Type=simple
-User=root
+User=@DLT_USER@
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/dlt-dbus
WatchdogSec=@DLT_WatchdogSec@
NotifyAccess=main