This repository has been archived on 2021-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
shipyard/Makefile

9 lines
212 B
Makefile

all: wg
wg: /etc/systemd/system/wg-gen.service /etc/systemd/system/wg-gen.path
systemctl enable wg-gen.{path,service}
systemctl start wg-gen.{path,service}
/etc/systemd/system/wg-gen.%: wg/wg-gen.%
cp $< $@