diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-08-15 13:17:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-08-15 13:17:00 +0000 |
commit | d8907e11a580645c5d04840f1ad68c1b81c0d0b4 (patch) | |
tree | 5c6f9c64c8002485a30c096fbefbde37eff9760b /testing/runit/run-service-dir.patch | |
parent | 11d3eb57876e5df84ed4c5c5ec0fa5b649216a15 (diff) | |
download | aports-d8907e11a580645c5d04840f1ad68c1b81c0d0b4.tar.bz2 aports-d8907e11a580645c5d04840f1ad68c1b81c0d0b4.tar.xz |
testing/runit: new aport
UNIX init scheme with service supervision
http://smarden.org/runit/
Diffstat (limited to 'testing/runit/run-service-dir.patch')
-rw-r--r-- | testing/runit/run-service-dir.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/runit/run-service-dir.patch b/testing/runit/run-service-dir.patch new file mode 100644 index 0000000000..f01dcc2ac5 --- /dev/null +++ b/testing/runit/run-service-dir.patch @@ -0,0 +1,11 @@ +--- ./sv.c.orig ++++ ./sv.c +@@ -32,7 +32,7 @@ + char *progname; + char *action; + char *acts; +-char *varservice ="/service/"; ++char *varservice ="/run/service/"; + char **service; + char **servicex; + unsigned int services; |