Skip to content

Config file for daemons #6

@noBotHereDude

Description

@noBotHereDude

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions