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