# 【crontab】排程相關

使用nginx 設定排程

```shell
sudo su -c "crontab -e" nginx -s /bin/bash
```