summaryrefslogtreecommitdiff
path: root/src/qlistener.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/qlistener.lua')
-rw-r--r--src/qlistener.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qlistener.lua b/src/qlistener.lua
index 050dfc1..0cc2d6b 100644
--- a/src/qlistener.lua
+++ b/src/qlistener.lua
@@ -75,7 +75,7 @@ function handle_message(msg)
end
function main_loop()
- init(rhnopescdir .. "/nopsyncd.conf")
+ init(rhnopescdir .. "/nopfetchd.conf")
posix.umask("rwxrwxr-x")
local q, err = mq.create(cnf.queue_name, "ro", "rw-rw----")