# To create a new PeerVPN instance called , create a new configuration file # /etc/peervpn/.conf. You can use the provided example configuration file # peervpn.conf as a template. # # After the configuration file is created, you can control the instance with # systemctl using systemd unit named peervpn@.service. [Unit] Description=PeerVPN Node (%i) After=syslog.target network.target ConditionPathExists=/etc/peervpn/%i.conf [Service] Type=simple ExecStart=/usr/bin/peervpn /etc/peervpn/%i.conf [Install] WantedBy=multi-user.target