edit instruction to systemctl enable

This commit is contained in:
TC Johnson 2023-07-14 20:47:03 -05:00
parent efbe51df73
commit d18a1e3e28
No known key found for this signature in database

View File

@ -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