X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/4459a117041130da080b61d1da7a140f9c775bca..d1a6a68568c61787a7e39fc235b8e2719e47ac8a:/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