diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-01-02 23:11:22 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-01-02 23:11:22 -0400 |
| commit | 338275168245678486f3c58e794ee7be7e30274a (patch) | |
| tree | 94fd2dfe55bd8cb5f2867d493ef47ed152e9642f | |
| parent | 8c37f36b64268c24445f7f48247ae988d1f8d5ad (diff) | |
typo
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index 9d3665ed..d18b4a7b 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -219,7 +219,7 @@ honeybee = standardSystem "honeybee.kitenet.net" Testing "armhf" & 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") "/" + & Cron.job "aiccu restart daily" Cron.Daily (User "root") "/" "service aiccu stop; service aiccu start" -- In case compiler needs more than available ram |
