Prevent mullvad from creating large core dumps
This commit is contained in:
@ -7,5 +7,9 @@ After=tray-apps.target
|
||||
[Service]
|
||||
ExecStart=/usr/bin/mullvad-vpn
|
||||
|
||||
# Mullvad VPN is an electron app, it hates exiting and when it does it creates
|
||||
# large core dumps that delay shutdown.
|
||||
LimitCORE=0
|
||||
|
||||
[Install]
|
||||
WantedBy=tray-apps.target
|
||||
|
||||
Reference in New Issue
Block a user