summaryrefslogtreecommitdiff
path: root/daemon/hwd.service.in
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-01-28 17:25:24 +0100
committerAki <please@ignore.pl>2022-01-28 17:25:24 +0100
commitae55415b85ce7739c3816992a08b63f0ef0f34fe (patch)
tree1a86588cd750ae7d94fb846a846657af0279e26c /daemon/hwd.service.in
parent3eedebe20e3b715308ba7b97d42c819fcb671bd3 (diff)
downloadhwd-ae55415b85ce7739c3816992a08b63f0ef0f34fe.zip
hwd-ae55415b85ce7739c3816992a08b63f0ef0f34fe.tar.gz
hwd-ae55415b85ce7739c3816992a08b63f0ef0f34fe.tar.bz2
Restricted user and group of the daemon
Diffstat (limited to 'daemon/hwd.service.in')
-rw-r--r--daemon/hwd.service.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/hwd.service.in b/daemon/hwd.service.in
index ae60536..f49f58b 100644
--- a/daemon/hwd.service.in
+++ b/daemon/hwd.service.in
@@ -3,6 +3,8 @@ Description=Daemon for Educational Hardware Simulator
After=network.target
[Service]
+User=hwd
+Group=hwd
ExecStart=${CMAKE_INSTALL_BINDIR}/hwd
[Install]