summaryrefslogtreecommitdiff
path: root/nopsyncd/conf.lua
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2011-03-29 15:43:47 (GMT)
committerChristian Pointner <equinox@helsinki.at>2011-03-29 15:43:47 (GMT)
commit90d86556d7bcf29964f4c73b72ce47bcda7543aa (patch)
tree1fb72b9f6344828ee1359302fe4f9b73928d9ff4 /nopsyncd/conf.lua
parent27a967a7fbbd9345bf205e44bbfd047f5752a42e (diff)
small cleanup
Diffstat (limited to 'nopsyncd/conf.lua')
-rw-r--r--nopsyncd/conf.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nopsyncd/conf.lua b/nopsyncd/conf.lua
index 83257b5..ee5487d 100644
--- a/nopsyncd/conf.lua
+++ b/nopsyncd/conf.lua
@@ -21,7 +21,7 @@
local conf = {}
-local file = assert(io.open("nopsyncd.conf", "r"))
+local file = assert(io.open("/etc/rhnop/nopsyncd.conf", "r"))
for line in file:lines() do
local k,v = string.match(line, "^([^=#]+)=(.*)$")
if k and v and v ~= "" then