1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-09-07 19:53:30 -04:00

Restart systemd-resolved before qubes-setup-dnat-to-ns

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-05-20 16:01:13 -07:00
parent e97a69d06a
commit 36f9afbe98
Signed by: Tomster
GPG Key ID: 555C902A34EC968F
2 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,7 @@ StartLimitIntervalSec=0
[Service]
Type=oneshot
ExecStart=/usr/bin/systemctl restart systemd-resolved
ExecStart=/usr/lib/qubes/qubes-setup-dnat-to-ns
```

View File

@ -41,6 +41,7 @@ StartLimitIntervalSec=0
[Service]
Type=oneshot
ExecStart=/usr/bin/systemctl restart systemd-resolved
ExecStart=/usr/lib/qubes/qubes-setup-dnat-to-ns
```