diff options
| author | uxtbd <dev@kthread.dev> | 2026-08-18 17:15:04 +0200 |
|---|---|---|
| committer | uxtbd <dev@kthread.dev> | 2026-08-18 17:15:04 +0200 |
| commit | 8f72ad97d2c4d673fd0037ed880355209b86db1d (patch) | |
| tree | f31c3b6d15c05b60a467d7b33d823e66ce82ef78 /4init | |
| parent | 4suite: move to shinobi (diff) | |
| download | 4suite-8f72ad97d2c4d673fd0037ed880355209b86db1d.tar.gz 4suite-8f72ad97d2c4d673fd0037ed880355209b86db1d.zip | |
4rc: service manager that larps as functional
Diffstat (limited to '4init')
| -rw-r--r-- | 4init/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/4init/config.h b/4init/config.h index 3798447..2ff1d6d 100644 --- a/4init/config.h +++ b/4init/config.h @@ -1,7 +1,7 @@ #ifndef CONFIG_H #define CONFIG_H -static const char *rc_path = "/usr/bin/4rc"; +static const char *rc_path = "/usr/local/bin/4rc"; static char *const rc_argv[] = {"4rc", NULL}; |
