diff options
author | Denis Vlasenko | 2008-11-06 23:07:42 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-11-06 23:07:42 +0000 |
commit | f068b3e9f47388353b7b134131ce4b66d57f7df8 (patch) | |
tree | d829581ac7c1d316729a9a0ed2954a7127cd608c /runit/sv.c | |
parent | 3854c5ddf4eb267e4e53796eaa1051421dcb4e08 (diff) | |
download | busybox-f068b3e9f47388353b7b134131ce4b66d57f7df8.zip busybox-f068b3e9f47388353b7b134131ce4b66d57f7df8.tar.gz |
sv: make default service dir configurable (Vladimir wants it)
Diffstat (limited to 'runit/sv.c')
-rw-r--r-- | runit/sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -417,7 +417,7 @@ int sv_main(int argc, char **argv) unsigned i, want_exit; char *x; char *action; - const char *varservice = "/var/service/"; + const char *varservice = CONFIG_SV_DEFAULT_SERVICE_DIR; unsigned services; char **servicex; unsigned waitsec = 7; |