Files
server/var/lib/dpkg/info/plesk-lmlib.postinst
2026-01-07 20:52:11 +01:00

8 lines
232 B
Plaintext
Executable File

systemd-tmpfiles --create >/dev/null 2>&1 || :
if [ "$1" = "configure" ]; then
# On Debian/VZ7 LM_LOCK_DIR does not created
[ -d "/run/lock/lmlib/" ] || install -m 0770 -g "lock-manager" -d "/run/lock/lmlib/"
ldconfig
fi