17 lines
274 B
Desktop File
17 lines
274 B
Desktop File
# Melon VPN Daemon
|
|
[Unit]
|
|
Description=Manage Melon VPN Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
WorkingDirectory=/
|
|
ExecStart=mono /usr/lib/melon-vpn/MelonVPNDaemon.exe
|
|
User=root
|
|
Group=root
|
|
Type=simple
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|