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..."
|
||||
|
||||
systemctl enable systemd-sysext
|
||||
systemctl restart systemd-sysext
|
||||
if systemctl is-enabled --quiet systemd-sysext && systemctl is-active --quiet systemd-sysext; then
|
||||
echo "systemd-sysext is already enabled and active"
|
||||
else
|
||||
systemctl enable systemd-sysext --now
|
||||
fi
|
||||
|
||||
systemd-sysext refresh
|
||||
systemctl daemon-reload
|
||||
|
Reference in New Issue
Block a user