readme
This commit is contained in:
parent
356460cc1c
commit
f3950c9a59
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue