0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-03-13 09:58:07 -04:00

typo in systemctl

This commit is contained in:
Popolon 2023-12-24 22:42:12 +00:00
parent c127ac6b59
commit a58c11744a

View file

@ -67,11 +67,11 @@ There's then no need to change the configuration.
Whichever data migration you've chosen, it's now time to start the Forgejo service.
$ sytemctl start forgejo
$ systemctl start forgejo
Check to see that the service has started with no issues.
$ sytemctl status forgejo
$ systemctl status forgejo
...and set the service to start automatically.