diff options
author | Tharre <tharre3@gmail.com> | 2015-05-21 17:50:48 +0000 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2015-05-21 17:50:48 +0000 |
commit | 767c40b61d0d197c903f79cf37dd24fb499daa80 (patch) | |
tree | 2a9f3e1644b80c4eeac2a22deb2f686bf020b7b2 /eibd.service | |
parent | 59add62d538d571b672baab4d6f4636ea17f598d (diff) | |
download | pkgbuilds-767c40b61d0d197c903f79cf37dd24fb499daa80.tar.gz pkgbuilds-767c40b61d0d197c903f79cf37dd24fb499daa80.tar.xz pkgbuilds-767c40b61d0d197c903f79cf37dd24fb499daa80.zip |
Don't run service as root.
It's a really bad idea to run eibd as root, it even advocates so itself. This is
especially bad as eibd is now officially unmaintained.
So, don't run as root.
Diffstat (limited to 'eibd.service')
-rw-r--r-- | eibd.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eibd.service b/eibd.service index 2ad47c0..133a19e 100644 --- a/eibd.service +++ b/eibd.service @@ -3,6 +3,7 @@ Description=EIB Daemon After=network.target [Service] +User=daemon EnvironmentFile=/etc/conf.d/eibd.conf ExecStart=/usr/bin/eibd $EIBD_OPTS |