From e474a32e716994f262a6402857626af7cab7b074 Mon Sep 17 00:00:00 2001 From: Maxim Biro Date: Sun, 17 Aug 2014 00:12:35 -0400 Subject: [PATCH] Made init.d script work with systemd --- other/bootstrap_daemon/tox-bootstrapd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/other/bootstrap_daemon/tox-bootstrapd.sh b/other/bootstrap_daemon/tox-bootstrapd.sh index 39589b5e..b3279ec7 100644 --- a/other/bootstrap_daemon/tox-bootstrapd.sh +++ b/other/bootstrap_daemon/tox-bootstrapd.sh @@ -108,3 +108,4 @@ case "$1" in exit 3 ;; esac +exit 0 \ No newline at end of file