Create service fails (Win10 Cumulusmx4)
Posted: Sat 15 Jun 2024 12:19 pm
Moved it back from a (dead) Pi3b to windows, and tried to install as a service, but get:
c:\CumulusMX4>cumulusmx -install
Installing as a Windows Service...
DESCRIPTION:
Creates a service entry in the registry and Service Database.
USAGE:
sc <server> create [service name] [binPath= ] <option1> <option2>...
OPTIONS:
NOTE: The option name includes the equal sign.
A space is required between the equal sign and the value.
type= <own|share|interact|kernel|filesys|rec|userown|usershare>
(default = own)
start= <boot|system|auto|demand|disabled|delayed-auto>
(default = demand)
error= <normal|severe|critical|ignore>
(default = normal)
binPath= <BinaryPathName to the .exe file>
group= <LoadOrderGroup>
tag= <yes|no>
depend= <Dependencies(separated by / (forward slash))>
obj= <AccountName|ObjectName>
(default = LocalSystem)
DisplayName= <display name>
password= <password>
Cumulus MX failed to install as service
2024-06-15 13:10:35.666 Cumulus terminating
so what as I doing wrong, do I need to provide more than just the -install option??
c:\CumulusMX4>cumulusmx -install
Installing as a Windows Service...
DESCRIPTION:
Creates a service entry in the registry and Service Database.
USAGE:
sc <server> create [service name] [binPath= ] <option1> <option2>...
OPTIONS:
NOTE: The option name includes the equal sign.
A space is required between the equal sign and the value.
type= <own|share|interact|kernel|filesys|rec|userown|usershare>
(default = own)
start= <boot|system|auto|demand|disabled|delayed-auto>
(default = demand)
error= <normal|severe|critical|ignore>
(default = normal)
binPath= <BinaryPathName to the .exe file>
group= <LoadOrderGroup>
tag= <yes|no>
depend= <Dependencies(separated by / (forward slash))>
obj= <AccountName|ObjectName>
(default = LocalSystem)
DisplayName= <display name>
password= <password>
Cumulus MX failed to install as service
2024-06-15 13:10:35.666 Cumulus terminating
so what as I doing wrong, do I need to provide more than just the -install option??