initial commit of file from CVS for smeserver-openvpn-s2s on Sat Sep 7 19:57:57 AEST 2024
This commit is contained in:
16
root/usr/lib/systemd/system/openvpn-s2s.service
Normal file
16
root/usr/lib/systemd/system/openvpn-s2s.service
Normal file
@@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=OpenVPN Server to Server
|
||||
After=network.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
GuessMainPID=no
|
||||
|
||||
ExecStart=/usr/sbin/systemd/openvpn-s2s start
|
||||
ExecStop=/usr/sbin/systemd/openvpn-s2s stop
|
||||
ExecReload=/usr/sbin/systemd/openvpn-s2s reopen
|
||||
|
||||
[Install]
|
||||
WantedBy=sme-server.target
|
||||
|
Reference in New Issue
Block a user