From 3799fef95e80437362099e9f7a74e08faf6f6b9c Mon Sep 17 00:00:00 2001 From: tiyn Date: Wed, 1 Apr 2026 00:12:43 +0200 Subject: [PATCH] SystemD: added user-flag to an edit command --- wiki/linux/systemd.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/linux/systemd.md b/wiki/linux/systemd.md index 1e49726..6f31965 100644 --- a/wiki/linux/systemd.md +++ b/wiki/linux/systemd.md @@ -11,6 +11,8 @@ To run a command (in this case `/bin/bash /root/run.sh`) create the following file at `/etc/systemd/system/` with a name ending on `.service`. In this case it is called `unturned.service`. Alternatively to creating the command manually the following command can be used. +The `--user` flag may be useful as explained in the +[corresponding section](#startstopenabledisable-a-service-and-retrieve-its-logs). ```sh systemctl edit --force --full unturned.service