From 2bf2e3b85413af62bb77f0e3e4e26556f1713b5c Mon Sep 17 00:00:00 2001 From: remotenemesis Date: Sun, 10 Feb 2019 22:37:21 -0800 Subject: [PATCH] fix quotes --- services/gitea.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/gitea.md b/services/gitea.md index ba534ce..39b250f 100644 --- a/services/gitea.md +++ b/services/gitea.md @@ -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.