systemd: add start-unbound.service

This commit is contained in:
Aminda Suomalainen 2023-12-25 15:39:35 +02:00
parent eef1268fed
commit 4286b4a22f
Signed by: Mikaela
SSH Key Fingerprint: SHA256:y2OpGEbett3Fqn8XFrP0X4mWfCVKf4rWkxERzqPY81U
1 changed files with 9 additions and 0 deletions

View File

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