kemonine
/
lollipopcloud
Archived
1
0
Fork 0

fix quotes

This commit is contained in:
remotenemesis 2019-02-10 22:37:21 -08:00
parent cf46713298
commit 2bf2e3b854
1 changed files with 2 additions and 2 deletions

View File

@ -99,6 +99,6 @@ Group=pi
WantedBy=multi-user.target
```
You will need to inform systemd of a new service by running: `sudo systemctl daemon-reload`. Then you must enable the service by running `sudo systemctl enable lollipop-gitea.service".
You will need to inform systemd of a new service by running: `sudo systemctl daemon-reload`. Then you must enable the service by running `sudo systemctl enable lollipop-gitea.service'.
Start the service for the first time by running `sudo systemctl start lollipop-gitea.service`, and check the status by running `sudo systemctl status lollipop-gitea.service". Reboot your computer with `sudo reboot` and your service should start during the boot sequence.
Start the service for the first time by running `sudo systemctl start lollipop-gitea.service`, and check the status by running `sudo systemctl status lollipop-gitea.service'. Reboot your computer with `sudo reboot` and your service should start during the boot sequence.