Files
mkdocs/docs/Synology/crontab.md
2022-03-04 17:56:50 +01:00

22 lines
251 B
Markdown

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