Re: [PATCH 1/1] make the systemd unit example more general

2016-12-08 Thread Anonymous Anonymous
It will be super cool if ip/netmask functionality will be addressed by wgconf Currently we testing this systemd units for wireguard ppa: : wireguard.service # This service is actually a systemd target, # but we are using a service since targets cannot be reloaded. [Unit] Description=WireGuard

Re: [PATCH 1/1] make the systemd unit example more general

2016-12-08 Thread Christian Hesse
"Jason A. Donenfeld" on Thu, 2016/12/08 12:18: > I like this, but two questions. > > 1. Why did you get rid of the ExecStop config saving line? I do not like units altering configuration. If you want to save configuration on stop create a second unit with correct dependencies

Re: [PATCH 1/1] make the systemd unit example more general

2016-12-08 Thread Jason A. Donenfeld
I like this, but two questions. 1. Why did you get rid of the ExecStop config saving line? 2. You're not planning to actually package this unit file, are you? ___ WireGuard mailing list WireGuard@lists.zx2c4.com

[PATCH 1/1] make the systemd unit example more general

2016-12-08 Thread Christian Hesse
From: Christian Hesse Signed-off-by: Christian Hesse --- contrib/examples/systemd/README| 5 +++-- contrib/examples/systemd/example.address | 1 + contrib/examples/systemd/example.conf | 8 contrib/examples/systemd/wgserver.service