summarylogtreecommitdiffstats
path: root/stuntman.service
diff options
context:
space:
mode:
authorSo Wieso2023-05-30 10:59:13 +0900
committerSo Wieso2023-05-30 10:59:13 +0900
commitf29601497a4a714d0c6df3500022bce00a50892e (patch)
tree466e8ebe853f1c48e69930bfd95021f26165a0c6 /stuntman.service
parent6129b2b31496101630d61f47c8c55c637c019ae0 (diff)
downloadaur-stuntman.tar.gz
Depend on openssl-1.1, activate DynamicUser for better security
Diffstat (limited to 'stuntman.service')
-rw-r--r--stuntman.service3
1 files changed, 1 insertions, 2 deletions
diff --git a/stuntman.service b/stuntman.service
index 0439f78c791d..d4d243594c7c 100644
--- a/stuntman.service
+++ b/stuntman.service
@@ -4,8 +4,7 @@ After=network.target
[Service]
Type=simple
-User=nobody
-Group=nobody
+DynamicUser=yes
ExecStart=/usr/bin/stunserver
[Install]