-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Znc Fails to start DSM6 #dsm6 #2294
Labels
Comments
Ref #2216. |
Further DSM6 compatibility in #2977. |
Just note, quickfix to start ZNC on DSM6 while I had to change the start script in the following way:
# Originally:
#su ${USER} -c "${ZNC} -d ${INSTALL_DIR}/var"
# Now:
sudo -u ${USER} -EH -i -- sh -c "${ZNC} -d ${INSTALL_DIR}/var" |
Thanks ph4r05. I had to run znc once manually to create /usr/local/znc/var/znc.pem (afaict), but after that start-stop-status script seems to work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DSM6.0-7321 Update 4
machine : DS716+
ZNC :
seems to fail on start and idk what result 272 is.
i was able to get it to install . but only after i created the group "ZNC"
The text was updated successfully, but these errors were encountered: