From 6c7b4fb2f781d33fb49e760b34dd2595e1adc0fb Mon Sep 17 00:00:00 2001 From: Hristo Venev Date: Sat, 28 Sep 2019 15:59:13 +0000 Subject: systemd, changelog, bump --- dist/systemd/wgconfd-state@.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dist/systemd/wgconfd-state@.service (limited to 'dist/systemd/wgconfd-state@.service') diff --git a/dist/systemd/wgconfd-state@.service b/dist/systemd/wgconfd-state@.service new file mode 100644 index 0000000..6aed8e8 --- /dev/null +++ b/dist/systemd/wgconfd-state@.service @@ -0,0 +1,10 @@ +[Unit] +Description=WireGuard runtime state for %i + +[Service] +Type=oneshot +ExecStart=/bin/true +RemainAfterExit=true +RuntimeDirectory=wgconfd/%i +RuntimeDirectoryMode=0700 +RuntimeDirectoryPreserve=no -- cgit