Update README.md
This commit is contained in:
parent
a6daee7a89
commit
cacad95eff
11
README.md
11
README.md
@ -27,7 +27,18 @@ sudo reboot now
|
|||||||
|
|
||||||
## Set to run at startup
|
## Set to run at startup
|
||||||
|
|
||||||
|
add the startup script to crotab. Open the crontab
|
||||||
|
```console
|
||||||
|
crontab -e
|
||||||
|
```
|
||||||
|
|
||||||
|
add the line
|
||||||
|
|
||||||
|
```console
|
||||||
|
@reboot <path to fintic>/startup.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
also make sure that the paths in startup.sh are correct for your install location
|
||||||
|
|
||||||
|
|
||||||
## Change the hostname
|
## Change the hostname
|
||||||
|
Loading…
Reference in New Issue
Block a user