]> wagnertech.de Git - projects.git/blobdiff - debian/webssh.postinst
webssh added
[projects.git] / debian / webssh.postinst
diff --git a/debian/webssh.postinst b/debian/webssh.postinst
new file mode 100755 (executable)
index 0000000..5c23761
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/bash
+set -e
+
+systemctl enable webssh || true
+systemctl start webssh || true