From 320bffc603b8f4606d86602ba573778fafe5bcaf Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 2 Jan 2016 21:55:17 -0400 Subject: cron job to restart aiccu on honeybee --- config-joey.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config-joey.hs b/config-joey.hs index 57e0db93..9d3665ed 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -218,6 +218,9 @@ honeybee = standardSystem "honeybee.kitenet.net" Testing "armhf" -- ipv6 used for remote access thru firewalls & Apt.serviceInstalledRunning "aiccu" & ipv6 "2001:4830:1600:187::2" + -- restart to deal with failure to connect, tunnel issues, etc + & Cron.job "aiccu restart daily" Daily (User "root") "/" + "service aiccu stop; service aiccu start" -- In case compiler needs more than available ram & Apt.serviceInstalledRunning "swapspace" -- cgit v1.2.3