mirror of
https://github.com/schollz/croc.git
synced 2025-10-10 21:01:02 +02:00
croc.service: use DynamicUser
This commit is contained in:
parent
0aa5c80393
commit
5a58ae294b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
User=nobody
|
DynamicUser=yes
|
||||||
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
|
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
|
||||||
ExecStart=/usr/bin/croc relay
|
ExecStart=/usr/bin/croc relay
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue