X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/ca8d4833053b206b10b4984b5b79d8ebdcfdf873..03cd58bdb16034f1d0e2ae5ef835a3a977948ae9:/debian/webssh.postinst diff --git a/debian/webssh.postinst b/debian/webssh.postinst new file mode 100755 index 0000000..5c23761 --- /dev/null +++ b/debian/webssh.postinst @@ -0,0 +1,5 @@ +#!/bin/bash +set -e + +systemctl enable webssh || true +systemctl start webssh || true