mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-01 19:26:03 -04:00
edit instruction to systemctl enable
This commit is contained in:
parent
efbe51df73
commit
d18a1e3e28
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,6 @@ if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-decon
|
|||
|
||||
if [ -d /run/systemd/system ]; then
|
||||
systemctl --system daemon-reload >/dev/null || true
|
||||
echo "\nVeilid headless node is now installed. To start the service run: systemctl enable --now veilid-server.service\n"
|
||||
echo "Veilid headless node is now installed. To start the service run: systemctl enable --now veilid-server.service"
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue