mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #8663 from dpapavas/openvpn-service-fix
sysutils: fix openvpn.service.sample
This commit is contained in:
commit
b9f1ab1994
@ -1,10 +1,10 @@
|
||||
[Unit]
|
||||
Description=OpenVPN Autorun Service
|
||||
Requires=network-online.service
|
||||
After=network-online.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
Requires=network-online.service
|
||||
After=network-online.service
|
||||
ExecStart=/usr/sbin/openvpn --daemon --config /storage/.config/openvpn.config
|
||||
Restart=always
|
||||
RestartSec=15
|
||||
|
Loading…
x
Reference in New Issue
Block a user