04-03-2022

This commit is contained in:
2022-03-04 17:56:50 +01:00
parent e6fc2251ec
commit 5b45dc0863
70 changed files with 3189 additions and 673 deletions

View File

@@ -2,20 +2,20 @@
Ouvrir la crontab:
```bash
```bash title="Connexion en root"
bruno@DS916:~ $ sudo -i
Password:
root@DS916:~# nano /etc/crontab
```
Redémarrer le service cron:
```bash title="Ouvrir la crontab"
root@DS916:~# nano /etc/crontab
```
```bash
```bash title="Redémarrer le service cron"
root@DS916:~# synoservice -restart crond
```