From bdfa3ff4399d2fbf30fd9fae59d48f397474ab1e Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Fri, 7 Feb 2025 00:19:32 +0500 Subject: Add script to edit systemd units --- sce | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sce b/sce index c1f7659..53f92f6 100755 --- a/sce +++ b/sce @@ -4,7 +4,11 @@ set -euo pipefail usage() { - echo "Usage: ${0##*/} [OPTIONS] unit-name" >&2 + cat <&2 +Usage: ${0##*/} [OPTIONS] unit-name + +OPTIONS is systemctl options. User --user for user service. +EOF exit 1 } -- cgit v1.2.3