aboutsummaryrefslogtreecommitdiffstats
path: root/svcscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'svcscan.c')
-rw-r--r--svcscan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/svcscan.c b/svcscan.c
index 2ed2967..fbd4e90 100644
--- a/svcscan.c
+++ b/svcscan.c
@@ -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];