fixed typo in readme
This commit is contained in:
parent
c6d4fec0b4
commit
e86722528c
|
@ -34,7 +34,7 @@ If you want others to be able to access it over the Internet, you should forward
|
||||||
For a more permanent setup, I recommend you create a SystemD unit for your Fawkes website.
|
For a more permanent setup, I recommend you create a SystemD unit for your Fawkes website.
|
||||||
|
|
||||||
Copy the following blueprint to `/etc/systemd/system/fawkes.service` and adjust it according to your specific setup:
|
Copy the following blueprint to `/etc/systemd/system/fawkes.service` and adjust it according to your specific setup:
|
||||||
´´´
|
```
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Fawkes Webserver
|
Description=Fawkes Webserver
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ ExecStart=/home/msta/Fawkes/launch
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
´´´
|
```
|
||||||
|
|
||||||
Afterwards, run `sudo systemctl enable fawkes.service` to enable the service.
|
Afterwards, run `sudo systemctl enable fawkes.service` to enable the service.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue