mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
add systemd enable to postinstall script
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
5e74ca9414
commit
307cfc3304
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ summary() {
|
||||||
echo ""
|
echo ""
|
||||||
echo " Please follow the next steps to start the software:"
|
echo " Please follow the next steps to start the software:"
|
||||||
echo ""
|
echo ""
|
||||||
|
echo " sudo systemctl enable headscale"
|
||||||
echo " sudo systemctl start headscale"
|
echo " sudo systemctl start headscale"
|
||||||
echo ""
|
echo ""
|
||||||
echo " Configuration settings can be adjusted here:"
|
echo " Configuration settings can be adjusted here:"
|
||||||
|
|
Loading…
Reference in a new issue