aboutsummaryrefslogblamecommitdiff
path: root/wgconfd@.service
blob: d6e4127a1951c7ed1bdfec72cbf93aeaf1da8fd4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                                          
[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
ExecStartPre=/usr/bin/wg setconf %i /etc/wireguard/%i.conf
ExecStart=/usr/local/bin/wgconfd %i /etc/wireguard/%i.json
StandardError=journal
SyslogLevelPrefix=true

[Install]
WantedBy=multi-user.target