updated linux build
This commit is contained in:
parent
26524dd93a
commit
9997fa8f3e
24 changed files with 3257 additions and 7 deletions
13
deploy/data/linux/service/AmneziaVPN.service
Normal file
13
deploy/data/linux/service/AmneziaVPN.service
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=AmneziaVPN Service
|
||||
After=network.target
|
||||
StartLimitIntervalSec=0
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
RestartSec=1
|
||||
ExecStart=/opt/AmneziaVPN/service/bin/AmneziaVPN-service
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env xdg-open
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=AmneziaVPN service
|
||||
Comment=AmneziaVPN service
|
||||
Exec=AmneziaVPN-service
|
||||
Categories=VPN
|
Loading…
Add table
Add a link
Reference in a new issue