aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-02-24 20:33:55 +0100
committerMattias Andrée <maandree@kth.se>2024-02-24 20:33:55 +0100
commit78ea3f31e616b9da05f8bd61b550abed92f678d9 (patch)
treec4bee0b1eec9e08930a82627de68101ca18c9831 /Makefile
parentAdd coreupdownd (diff)
downloadcoreupdown-78ea3f31e616b9da05f8bd61b550abed92f678d9.tar.gz
coreupdown-78ea3f31e616b9da05f8bd61b550abed92f678d9.tar.bz2
coreupdown-78ea3f31e616b9da05f8bd61b550abed92f678d9.tar.xz
Add support for SIGHUP
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f9850e0..63eedf7 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,8 @@ CPPFLAGS_CONFS =\
-D'COREDOWN_THRESHOLD_TIME=$(COREDOWN_THRESHOLD_TIME)'\
-D'COREDOWN_COOLDOWN=$(COREDOWN_COOLDOWN)'\
-D'DAEMON_INTERVAL_SEC=$(DAEMON_INTERVAL_SEC)'\
- -D'DAEMON_INTERVAL_NSEC=$(DAEMON_INTERVAL_NSEC)'
+ -D'DAEMON_INTERVAL_NSEC=$(DAEMON_INTERVAL_NSEC)'\
+ -D'DAEMON_PATH="$(PREFIX)/bin/coreupdownd"'
OBJ =\
coreupdown.o