16-03-2021

This commit is contained in:
2021-03-16 06:57:22 +01:00
parent fb07a20b0c
commit e02b036875
27 changed files with 1860 additions and 128 deletions

21
docs/Synology/crontab.md Normal file
View File

@@ -0,0 +1,21 @@
# crontab
Ouvrir la crontab:
```bash
bruno@DS916:~ $ sudo -i
Password:
root@DS916:~# nano /etc/crontab
```
Redémarrer le service cron:
```bash
root@DS916:~# synoservice -restart crond
```