mirror of
https://github.com/tailscale-dev/deck-tailscale.git
synced 2025-10-22 07:28:14 +00:00
well, that didn't work. damn you, systemd-sysext
This commit is contained in:
@@ -75,8 +75,11 @@ echo "done."
|
|||||||
|
|
||||||
echo "Starting services..."
|
echo "Starting services..."
|
||||||
|
|
||||||
systemctl enable systemd-sysext
|
if systemctl is-enabled --quiet systemd-sysext && systemctl is-active --quiet systemd-sysext; then
|
||||||
systemctl restart systemd-sysext
|
echo "systemd-sysext is already enabled and active"
|
||||||
|
else
|
||||||
|
systemctl enable systemd-sysext --now
|
||||||
|
fi
|
||||||
|
|
||||||
systemd-sysext refresh
|
systemd-sysext refresh
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
|
Reference in New Issue
Block a user