Files
mproxy/debian/mproxy-service.postinst
T
2026-05-26 17:11:13 +02:00

7 lines
143 B
Bash
Executable File

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