Removed unnecessary chmod command from Alpine section of README.md
Added note to Alpine section of README.md to install perl before running ddclient
This commit is contained in:
parent
056fab5531
commit
b05bacec0d
1 changed files with 2 additions and 1 deletions
|
@ -61,9 +61,10 @@ INSTALLATION:
|
|||
|
||||
## For those using Alpine style rc files and using daemon-mode:
|
||||
cp sample-etc_rc.d_init.d_ddclient.alpine /etc/init.d/ddclient
|
||||
chmod 755 /etc/init.d/ddclient
|
||||
## enable automatic startup when booting
|
||||
rc-update add ddclient
|
||||
## make sure you have perl installed
|
||||
apk add perl
|
||||
## start the first time by hand
|
||||
rc-service ddclient start
|
||||
|
||||
|
|
Loading…
Reference in a new issue