summaryrefslogtreecommitdiff
path: root/Make.config
diff options
context:
space:
mode:
Diffstat (limited to 'Make.config')
-rw-r--r--Make.config8
1 files changed, 3 insertions, 5 deletions
diff --git a/Make.config b/Make.config
index 1878f85..d37e688 100644
--- a/Make.config
+++ b/Make.config
@@ -22,13 +22,11 @@ UPSTARTDEST = $(DESTDIR)/etc/init
# select your init system { none, upstart, systemd }
INIT_SYSTEM = upstart
-
-# using systemd to start/stop:
-
-#SYSD_NOTIFY = 1
+INIT_AFTER = mysql.service
+SYSD_NOTIFY = 1
# ------------------
-# don't touch below
+# don't touch below
CC = g++
doCompile = $(CC) -c $(CFLAGS) $(DEFINES)