ฉันมีบริการพุ่งพรวดที่กำหนดเป็น:
/etc/init/sshproxy.conf
description "Lenik's secret tunnel thru *.ssh.myserver.com"
author "谢继雷 (Lenik)"
start on (net-device-up IFACE!=lo)
stop on runlevel[!2345]
script
# -T disable pseudo-tty allocation
# -f go to background after login but before command exec
# -n stdin from /dev/null, must be used when ssh is run in bg.
# -N no command
# -D "dynamic" app-level port forwarding.
sudo -usshproxy ssh -qTfn -ND *:7878 ssh.myserver.com
end script
แต่อุโมงค์ ssh ดูเหมือนจะเป็นซอมบี้หลังจากผ่านไปหลายชั่วโมงดังนั้นฉันต้องการเริ่มต้นใหม่ทุก ๆ ชั่วโมงวิธีทำภายในไฟล์. config นี้หรือฉันควรเขียน cron.hourly อีกงานหนึ่งหรือไม่