14 lines
287 B
Desktop File
Executable file
14 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
|