mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
edit instruction to systemctl enable
This commit is contained in:
parent
efbe51df73
commit
d18a1e3e28
@ -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…
Reference in New Issue
Block a user