Files
minilb/debian/minilb-service.postinst

7 lines
143 B
Bash
Executable File

#!/bin/sh -e
if [ "$1" = "configure" ] ; then
# Initial installation
systemctl preset minilbd.service >/dev/null 2>&1 || :
fi