mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +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]
|
[Unit]
|
||||||
Description=OpenVPN Autorun Service
|
Description=OpenVPN Autorun Service
|
||||||
|
Requires=network-online.service
|
||||||
|
After=network-online.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
Requires=network-online.service
|
|
||||||
After=network-online.service
|
|
||||||
ExecStart=/usr/sbin/openvpn --daemon --config /storage/.config/openvpn.config
|
ExecStart=/usr/sbin/openvpn --daemon --config /storage/.config/openvpn.config
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=15
|
RestartSec=15
|
||||||
|
Loading…
x
Reference in New Issue
Block a user