diff options
Diffstat (limited to 'examples/systemd/ratholes.service')
-rw-r--r-- | examples/systemd/ratholes.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/systemd/ratholes.service b/examples/systemd/ratholes.service index 7f8964f..62e5031 100644 --- a/examples/systemd/ratholes.service +++ b/examples/systemd/ratholes.service @@ -4,7 +4,7 @@ After=network.target [Service] Type=simple -User=nobody +DynamicUser=yes Restart=on-failure RestartSec=5s ExecStart=/usr/bin/rathole -s /etc/rathole/rathole.toml |