This commit is contained in:
Judah Caruso 2026-01-28 15:59:25 -07:00
parent f3950c9a59
commit db0681d6d1

View file

@ -37,6 +37,6 @@ WantedBy=multi-user.target
Then start the service:
```sh
$ sudo systemctl enable docs.brut.service
$ sudo systemctl start docs.brut.service
$ sudo systemctl enable docs.brut
$ sudo systemctl start docs.brut
```