Files
minilb/debian/minilb-service.postinst
T
2026-03-24 10:31:30 +02:00

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