aboutsummaryrefslogtreecommitdiffstats
path: root/community/runit/run-service-dir.patch
blob: eff50b0e0ad29680bc02dd3e49214d6c6ce39c13 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./sv.c.orig
+++ ./sv.c
@@ -32,7 +32,7 @@
 char *progname;
 char *action;
 char *acts;
-char *varservice ="/service/";
+char *varservice ="/etc/service/";
 char **service;
 char **servicex;
 unsigned int services;