mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
sysutils: fix openvpn.service.sample
This commit is contained in:
parent
0f9df7e111
commit
07d9931825
@ -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