15 lines
268 B
SYSTEMD
15 lines
268 B
SYSTEMD
|
[Unit]
|
||
|
Description=GRETAP over wg-quick network for %I
|
||
|
After=wg-quick@%I
|
||
|
Wants=wg-quick@%I
|
||
|
PartOf=gre-on-wg.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
ExecStart=/usr/bin/gre-on-wg up %i
|
||
|
ExecStop=/usr/bin/gre-on-wg down %i
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|