diff options
author | Omar Polo <op@omarpolo.com> | 2022-04-07 12:29:04 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-04-07 12:29:04 +0000 |
commit | effbc069ba6d954276182d63a7914d2a784bcffb (patch) | |
tree | 9a713a937a1b30fe40c75b2acde3e1137a07bdf0 /site | |
parent | 379d2608e9b3449d3fb8aba8b383643e177e119a (diff) |
suggest to reload daemons too
Diffstat (limited to 'site')
-rw-r--r-- | site/contrib.gmi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/contrib.gmi b/site/contrib.gmi index f518f7e..cd396fe 100644 --- a/site/contrib.gmi +++ b/site/contrib.gmi @@ -49,6 +49,7 @@ A simple service file for systemd. To install it ```instructions to install the system file # cp contrib/gmid.service /etc/systemd/system/gmid.service +# systemctl daemon-reload ``` then the usual ‘systemctl [status|start|enable|stop] gmid’ commands can be used to manage the server. |