Skip to content

Commit

Permalink
add systemd enable to postinstall script
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby authored and juanfont committed Apr 19, 2023
1 parent 5e74ca9 commit 307cfc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/packaging/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ summary() {
echo ""
echo " Please follow the next steps to start the software:"
echo ""
echo " sudo systemctl enable headscale"
echo " sudo systemctl start headscale"
echo ""
echo " Configuration settings can be adjusted here:"
Expand Down

0 comments on commit 307cfc3

Please sign in to comment.