Files
mbase/debian/mbase-service.postinst
Олег Бородин 25365aef77 init import
2026-05-24 11:02:51 +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