From b37d1fa1f1deda881eef751358917c29f38871b8 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 27 Oct 2016 09:57:35 -0400 Subject: Added to git --- DEBIAN/postinst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 DEBIAN/postinst (limited to 'DEBIAN/postinst') diff --git a/DEBIAN/postinst b/DEBIAN/postinst new file mode 100755 index 0000000..4c3092b --- /dev/null +++ b/DEBIAN/postinst @@ -0,0 +1,5 @@ +#!/bin/sh + +systemctl daemon-reload 1>/dev/null 2>&1 +systemctl enable keepalive 1>/dev/null 2>&1 +systemctl start keepalive 1>/dev/null 2>&1 -- cgit