Fixed systemd-resolved issue I encountered

systemd-resolved needs access to network privileges, so it runs as a system service, it drops its permissions anyways
This commit is contained in:
AwesomeAdam54321 2021-06-23 06:47:49 +02:00
parent 1b65b16a76
commit 49c2a4f3e4

View file

@ -1,3 +1,3 @@
#!/bin/sh
sv start systemd-sysusers systemd-networkd
exec chpst -u systemd-resolve /lib/systemd/systemd-resolved
exec /lib/systemd/systemd-resolved