summarylogtreecommitdiffstats
path: root/tincd.service
diff options
context:
space:
mode:
Diffstat (limited to 'tincd.service')
-rw-r--r--tincd.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/tincd.service b/tincd.service
index 993fc21b4492..700b88f06ab9 100644
--- a/tincd.service
+++ b/tincd.service
@@ -3,8 +3,8 @@ Description=tinc vpn
After=network.target
[Service]
-Type=forking
-ExecStart=/usr/sbin/tincd --no-detach --user=nobody
+Type=simple
+ExecStart=/usr/sbin/tincd --no-detach
ExecReload=/usr/bin/tinc reload
[Install]