suggest /etc/systemd/system instead of /lib/

This commit is contained in:
Omar Polo 2022-04-07 12:27:55 +00:00
parent a9dc6fc606
commit 379d2608e9
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ then the usual rcctl [start|stop|enable|restart] gmid are available.
A simple service file for systemd. To install it
```instructions to install the system file
# cp contrib/gmid.service /lib/systemd/system/gmid.service
# cp contrib/gmid.service /etc/systemd/system/gmid.service
```
then the usual systemctl [status|start|enable|stop] gmid commands can be used to manage the server.