openvpn systemd 配置

[Unit]
Description=OpenVPN Service

[Service]
Type=forking
ExecStartPre=/sbin/iptables-restore /etc/iptables-save
ExecStart=/usr/sbin/openvpn --cd /etc/openvpn --config /etc/openvpn/server.conf --daemon

[Install]
WantedBy=multi-user.target

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注