mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-24 02:00:24 +07:00
15 lines
283 B
Desktop File
Executable File
15 lines
283 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/AmneziaVPN-service.sh
|
|
Environment=LD_LIBRARY_PATH=/opt/AmneziaVPN/client/lib
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|