This commit is contained in:
Judah Caruso 2026-01-28 15:58:06 -07:00
parent 356460cc1c
commit f3950c9a59

View file

@ -33,3 +33,10 @@ Environment="PORT=<port>"
[Install]
WantedBy=multi-user.target
```
Then start the service:
```sh
$ sudo systemctl enable docs.brut.service
$ sudo systemctl start docs.brut.service
```