mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
Merge pull request #8663 from dpapavas/openvpn-service-fix
sysutils: fix openvpn.service.sample
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user