Remove mono from the exec command in the daemon service

This commit is contained in:
Melon 2021-04-29 17:30:56 +01:00
parent 7580e6f46e
commit 85f26bcb77
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ After=network.target
[Service]
WorkingDirectory=/etc/melonvpn/
ExecStart=mono /usr/share/melonvpn/melonvpndaemon
ExecStart=/usr/share/melonvpn/melonvpndaemon
User=root
Group=root
Type=simple