mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-21 02:01:03 +07:00
14 lines
221 B
Desktop File
Executable File
14 lines
221 B
Desktop File
Executable File
[Unit]
|
|
Description=AmneziaVPN Service
|
|
After=network.target
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=1
|
|
ExecStart=/opt/AmneziaVPN/bin/AmneziaVPN-service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|