diff options
Diffstat (limited to 'svcscan.c')
-rw-r--r-- | svcscan.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,8 +16,8 @@ #include <sys/wait.h> #include <unistd.h> -char *supdir = "/home/marius/r/svc"; -char *super_path[] = { "/home/marius/r/svcsupervise", NULL, NULL }; +char *supdir = "/home/marius/svcmon/svc"; +char *super_path[] = { "/home/marius/svcmon/svcsupervise", NULL, NULL }; struct svc { char dir[MAXNAMLEN + 1]; |