mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-04 16:49:22 +01:00
systemd: add start-unbound.service
This commit is contained in:
parent
eef1268fed
commit
4286b4a22f
9
etc/systemd/system/start-unbound.service
Normal file
9
etc/systemd/system/start-unbound.service
Normal 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
|
Loading…
Reference in New Issue
Block a user