Package freeipa-server-trust-ad: Скрипты

Post install

1
2
3
/usr/sbin/post_service dbus
/usr/sbin/post_service oddjobd
/usr/sbin/post_service httpd2
Pre uninstall

1
2
3
4
if [ $1 = 0 ]; then
    /bin/systemctl reload-or-try-restart dbus ||:
    /bin/systemctl reload-or-try-restart oddjobd ||:
fi