#!/bin/sh # deb postinst 2017-01-26 thisservice=keepalive.service { systemctl daemon-reload systemctl enable ${thisservice} systemctl start ${thisservice} } 1>/dev/null 2>&1 exit 0