Prevent mullvad from creating large core dumps

This commit is contained in:
2025-11-28 22:04:20 -08:00
parent 682bbacd80
commit 859bedf756

View File

@ -7,5 +7,9 @@ After=tray-apps.target
[Service] [Service]
ExecStart=/usr/bin/mullvad-vpn 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] [Install]
WantedBy=tray-apps.target WantedBy=tray-apps.target