certmanager updates
This commit is contained in:
6
debian/postinst
vendored
Executable file
6
debian/postinst
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
if [ "$1" = "configure" ] ; then
|
||||
# Initial installation
|
||||
systemctl preset certmanagerd.service >/dev/null 2>&1 || :
|
||||
fi
|
||||
Reference in New Issue
Block a user