diff --git a/examples/systemd-service.md b/examples/systemd-service.md index f762cd5..8230caa 100644 --- a/examples/systemd-service.md +++ b/examples/systemd-service.md @@ -38,7 +38,7 @@ Description= ExecStart= WorkingDirectory= Restart=always -User=root +User=root (use a non root user for better security) [Install] WantedBy=multi-user.target