aboutsummaryrefslogtreecommitdiff
path: root/DEBIAN/postinst
blob: 4c3092b780310134356f9f23e294ce38be91d8c2 (plain)
1
2
3
4
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
bgstack15