16 lines
362 B
Desktop File
16 lines
362 B
Desktop File
[Unit]
|
|
Description=Mullvad VPN client for Linux
|
|
Documentation=https://mullvad.net/en/download/vpn/linux
|
|
PartOf=tray-apps.target
|
|
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
|