-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Do I need to specify a configuration file to run the daemons?
$ bash siahsd-init-script start
Starting SIA-HS Daemon:
** (process:24555): ERROR **: 16:47:29.209: No such file or directory
siahsd-init-script: line 23: 24555 Trace/breakpoint trap start-stop-daemon --start --quiet --pidfile "$PIDFILE" --chuid "$USER" --exec "$DAEMON" -- $DAEMON_ARGS
FAILED.This send the error output line in config.c:
if (!g_key_file_load_from_file (conf->keyfile, CONFIGFILE, 0, &error)) {
g_error ("%s", error->message);
g_error_free(error);
return ST_CONFIGURATION_ERROR;
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels