Add example client config, desktop and service files
This commit is contained in:
parent
858974f789
commit
793adbed6f
4
setup/client.cfg
Normal file
4
setup/client.cfg
Normal file
@ -0,0 +1,4 @@
|
||||
vpn = wss://example.com
|
||||
key = 1234
|
||||
name = example
|
||||
peers = /usr/share/melonvpn/melonvpnrefreshpeers
|
7
setup/melonvpn.desktop
Executable file
7
setup/melonvpn.desktop
Executable file
@ -0,0 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Categories=Network;VPN;
|
||||
Icon=melonvpn
|
||||
Name=Melon VPN
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Exec=/usr/bin/melonvpn --gui
|
16
setup/melonvpndaemon.service
Normal file
16
setup/melonvpndaemon.service
Normal file
@ -0,0 +1,16 @@
|
||||
# Melon VPN Daemon
|
||||
[Unit]
|
||||
Description=Manage Melon VPN Service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=/etc/melonvpn/
|
||||
ExecStart=mono /usr/share/melonvpn/melonvpndaemon
|
||||
User=root
|
||||
Group=root
|
||||
Type=simple
|
||||
Restart=on-failure
|
||||
RestartSec=10
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user