This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
сервис_atrun [2018/04/28 15:59] val [Варианты использования] |
сервис_atrun [2024/12/30 07:08] (current) val |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Настройка ===== | ===== Настройка ===== | ||
| <code> | <code> | ||
| - | freebsd# cat /etc/crontab | + | debian# apt install at |
| debian# systemctl status atd | debian# systemctl status atd | ||
| Line 13: | Line 13: | ||
| <code> | <code> | ||
| - | # echo "/usr/share/start_conference.sh" | at now + 3 minutes | + | # echo "cp /root/*.call /var/spool/asterisk/outgoing/" | at now + 3 minutes |
| # echo "init 0" | at 17:40 | # echo "init 0" | at 17:40 | ||
| Line 19: | Line 19: | ||
| # echo "service ssh stop" | at now + 2 days | # echo "service ssh stop" | at now + 2 days | ||
| - | # echo "rm –rf /*" | at 23:59 12/31/2022 | + | # echo "rm -rf /*" | at 23:59 12/31/2022 |
| </code> | </code> | ||