sysadmin/README.md

13 lines
428 B
Markdown
Raw Permalink Normal View History

2020-06-21 19:37:57 +02:00
Required packages:
- dnsutils
- curl
2020-07-27 18:53:14 +02:00
When you are configuring the package you must place the *.env file in the home directory of the user who will execute the script by copying the exemple file, then edit it :
```
cp myscript.env.example ~/myscript.env
nano ~/myscript.env
```
Moreover, you should add a job to execute some scripts in a crontab, for example it could be a good idea for the dyndns script or the renew script.