我有一个 Cisco LoRaWAN 网关。数据包转发器在 LXC 容器中运行,但缺少一些我习惯于 Linux 的功能。
目前我可以使用crontab -e
. 问题在于打包转发器。
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# m h dom mon dow command
0 * * * * /usr/sbin/logrotate -s /var/run/logrotate.state /etc/logrotate.conf &> /dev/null
@reboot /tmp/mdm/pktfwd/firmware/scripts/START | at now + 1 minute
谁能帮忙看看这在 Cisco iOS 上是如何工作的,LoRaWAN 网关泄露了一些功能。我确实尝试将其保存running-config
到startup-config
。但它对 Cisco iOS 命令没有任何作用packeter-forwarder start
。但它确实复制了所有其他running-config
.