1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# vim: ft=systemd [Unit] Description=weron IP (layer 3) client Documentation=file:///usr/share/doc/weron/README.md [Service] ExecStart=/usr/bin/weron vpn ip EnvironmentFile=/etc/weron/%i User=weron DynamicUser=yes AmbientCapabilities=CAP_NET_ADMIN [Install] WantedBy=multi-user.target