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:
parent
c127ac6b59
commit
a58c11744a
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue