You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
320 B

[Unit]
Description=DNS Resolve Service
After=network.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/mv /etc/resolv.conf /etc/resolv.conf.bk
ExecStart=/bin/bash -c '/bin/echo nameserver %I >> /etc/resolv.conf'
ExecStop=/bin/mv /etc/resolv.conf.bk /etc/resolv.conf
[Install]
WantedBy=multi-user.target