shell-things/etc/systemd/system/start-unbound.service

10 lines
218 B
SYSTEMD
Raw Normal View History

2023-12-25 14:39:35 +01:00
[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