14 lines
268 B
Desktop File
14 lines
268 B
Desktop File
[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
|