Skip to content

Commit 4fb4bdb

Browse files
committed
Call systemctl daemon-reload before starting the daemon
1 parent d8abaf6 commit 4fb4bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ However, there are these differences and improvements:
2727
* Install *git*. `sudo apt-get install git`
2828
* Install *gchsd* from the *deb* package. `wget https://github.com/craflin/git-cache-http-server/releases/download/<version>>/gchsd-<version>-<platform>.deb && sudo dpkg -i ./gchsd-<version>-<platform>.deb`
2929
* If needed, configure a cache directory (default is */tmp/gchsd*) and listen port (default is *80*) in */etc/gchsd.conf*.
30-
* Start the *gchsd* daemon with `sudo systemctl start gchsd`.
30+
* Start the *gchsd* daemon with `sudo systemctl daemon-reload && sudo systemctl start gchsd`.
3131
* You can use `sudo systemctl enable gchsd` to start the daemon automatically after a system restart.
3232

3333
## Client Setup

0 commit comments

Comments
 (0)