mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-06-19 03:49:24 -04:00
Add StartLimitIntervalSec=0 to dnat-to-ns.service
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
9ef57f03e8
commit
e97a69d06a
2 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,7 @@ WantedBy=multi-user.target
|
||||||
```
|
```
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Run /usr/lib/qubes/qubes-setup-dnat-to-ns
|
Description=Run /usr/lib/qubes/qubes-setup-dnat-to-ns
|
||||||
|
StartLimitIntervalSec=0
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
|
|
@ -37,6 +37,7 @@ To workaround [issue 3803](https://github.com/mullvad/mullvadvpn-app/issues/3803
|
||||||
```
|
```
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Run /usr/lib/qubes/qubes-setup-dnat-to-ns
|
Description=Run /usr/lib/qubes/qubes-setup-dnat-to-ns
|
||||||
|
StartLimitIntervalSec=0
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue