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