From a439c5bf26c48fc62251c811cdaa1effaeb6e89e Mon Sep 17 00:00:00 2001 From: Fascinated Date: Tue, 27 Jun 2023 08:48:02 +0100 Subject: [PATCH] add non root user info to systemd service exaample --- examples/systemd-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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