Skip to content
Snippets Groups Projects
Unverified Commit 8a79d024 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-scheduled-domain-switch: move gluon-switch-domain to /lib/gluon/scheduled-domain-switch

This script is an implementation detail - let's not clutter the global
$PATH namespace with a script with such a generic name.
parent 60351a1f
No related branches found
No related tags found
No related merge requests found
......@@ -14,5 +14,5 @@ end
-- Only in case domain switch is scheduled
local f = io.open(cronfile, "w")
f:write("* * * * * /usr/bin/gluon-check-connection\n")
f:write("*/5 * * * * /usr/bin/gluon-switch-domain\n")
f:write("*/5 * * * * /lib/gluon/scheduled-domain-switch/switch-domain\n")
f:close()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment