summarylogtreecommitdiffstats
path: root/tincd.service
diff options
context:
space:
mode:
authorHexchain Tong2016-04-09 21:07:10 +0800
committerHexchain Tong2016-04-09 21:07:20 +0800
commit8a47a6f6a121cd2f51b9a0397dec9925a71a9ab7 (patch)
tree06d47abfe4fc2b082a02984d44171635cf3a4cf1 /tincd.service
parent7c6a762a7cab6e480e7a3d66fae07bda0bc058ca (diff)
downloadaur-8a47a6f6a121cd2f51b9a0397dec9925a71a9ab7.tar.gz
build from git; don't force privilege dropping
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]