From ea836f6de185f32c14404950f5cfb2ebf084e1ca Mon Sep 17 00:00:00 2001 From: Christoph Lipka Date: Thu, 6 Dec 2018 14:25:16 +0100 Subject: cmake: systemd: fix hardcoded user in dlt-dbus.service (Issue #36) Signed-off-by: Christoph Lipka --- systemd/dlt-dbus.service.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systemd') 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 -- cgit v1.2.1