diff options
author | Hristo Venev <hristo@venev.name> | 2019-05-17 19:31:03 +0300 |
---|---|---|
committer | Hristo Venev <hristo@venev.name> | 2019-05-18 20:06:02 +0300 |
commit | ec821f39d9689df213698dbcb90b4367297b9cb5 (patch) | |
tree | 111a526547fd1d913777b27f21e9bc5a6fc5b806 /wgconfd@.service | |
parent | 6b40d416e719bf4811e0f86c9f869328349b8911 (diff) |
procd service, manifest
Diffstat (limited to 'wgconfd@.service')
-rw-r--r-- | wgconfd@.service | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/wgconfd@.service b/wgconfd@.service deleted file mode 100644 index 1079fbf..0000000 --- a/wgconfd@.service +++ /dev/null @@ -1,18 +0,0 @@ -[Unit] -Description=Configure WireGuard interface -Wants=network-pre.target -Before=network-pre.target nftables.service systemd-networkd.service NetworkManager.service - -[Service] -Type=simple -CapabilityBoundingSet=CAP_NET_ADMIN -RuntimeDirectory=wgconfd -CacheDirectory=wgconfd -ExecStartPre=+-/usr/sbin/ip link add %i type wireguard -ExecStartPre=+/usr/bin/wg setconf %i /etc/wireguard/%i.conf -ExecStart=/usr/bin/env wgconfd %i /etc/wireguard/%i.toml -StandardError=journal -SyslogLevelPrefix=true - -[Install] -WantedBy=multi-user.target |