This repository has been archived on 2021-02-08. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
shipyard/Makefile

8 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 $< $@