From 4286b4a22f7649e21e6037f0bc618e2ccdf65022 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 25 Dec 2023 15:39:35 +0200 Subject: [PATCH] systemd: add start-unbound.service --- etc/systemd/system/start-unbound.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 etc/systemd/system/start-unbound.service diff --git a/etc/systemd/system/start-unbound.service b/etc/systemd/system/start-unbound.service new file mode 100644 index 00000000..6bb448b2 --- /dev/null +++ b/etc/systemd/system/start-unbound.service @@ -0,0 +1,9 @@ +[Unit] +Description=poke unbound as a stupid workaround for it not wanting to start with wireless devices + +[Service] +Type=oneshot +ExecStart=/usr/bin/systemctl start unbound --quiet + +[Install] +WantedBy=multi-user.target