Skip to content

Commit

Permalink
do not start service after installation
Browse files Browse the repository at this point in the history
  • Loading branch information
wgerlach committed Feb 5, 2021
1 parent d0483be commit 96fe21d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deb/reverse/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ case "${1}" in
configure)
echo "Enabling & starting waggle-reverse-tunnel service"
systemctl enable waggle-reverse-tunnel.service
systemctl start waggle-reverse-tunnel.service || true
;;
esac

0 comments on commit 96fe21d

Please sign in to comment.