]> the.earth.li Git - onak.git/blob - debian/prerm
Enable use of systemd + socket activation support for Debian package
[onak.git] / debian / prerm
1 #! /bin/sh
2
3 # If keyd was enabled then make sure to stop it.
4 if grep -q -E '^use_keyd *(true|yes|1)$' /etc/onak.conf; then
5     invoke-rc.d onak stop || exit $?
6 fi
7
8 #DEBHELPER#