From f350433687c2cac2cc70ad6fbdcd1f309f9af174 Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Sat, 4 Nov 2023 11:38:42 -0600 Subject: [PATCH] Update instruction for plain command service --- systemd-service-files/plain_command.service | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/systemd-service-files/plain_command.service b/systemd-service-files/plain_command.service index aa5065a..d35de6a 100644 --- a/systemd-service-files/plain_command.service +++ b/systemd-service-files/plain_command.service @@ -1,8 +1,12 @@ -# to install the file, place completed file in /etc/systemd/user/ -# you can start it with: +# to install the file, place completed file in /etc/systemd/system/ +# reload the daemon to load your new service file: +# `systemctl daemon-reload` +# you can now start it with: # `systemctl start FILE_NAME_WITHOUT_DOT_SERVICE` # or enable it at boot with: # `systemctl enable FILE_NAME_WITHOUT_DOT_SERVICE` +# or do both with: +# `systemctl enable --now FILE_NAME_WITHOUT_DOT_SERVICE` [Unit] # basic description of service; replace with legit description