This repository was archived by the owner on Feb 20, 2021. It is now read-only.
This repository was archived by the owner on Feb 20, 2021. It is now read-only.
Error 1067 on service start #426
Open
Description
I've installed the latest binaries from Chocolatey on a Win2008r2 server and when I try to install redis as a service using the config file redis.window-service.conf that was included in the installation I get the** service error 1067** alert when I try to start the service. However if I use the redis.windows.conf file instead the service will install and start up correctly.
Few things that I've noticed.
- When using the redis.windows-service.conf as the configuration file in the service the command returns nothing
- When using the redis.windows.conf as the configuration file for the service the installation command returns * 15 Mar 15:52:50.315 # Redis successfully installed as a service.*
- There are only three differences between the two config files are the properties:
logfile, syslog-enabled, syslog-ident - When I create the folder for the log file the service starts successfully.