diff options
author | Hristo Venev <hristo@venev.name> | 2019-09-28 15:59:13 +0000 |
---|---|---|
committer | Hristo Venev <hristo@venev.name> | 2019-09-29 18:06:10 +0300 |
commit | 6c7b4fb2f781d33fb49e760b34dd2595e1adc0fb (patch) | |
tree | 4c442d6117d175565299a65c2274b968d31073c9 /dist/systemd/wgconfd-state@.service | |
parent | 1c42c390c0d076d8c25eb9d29767da151dd590d0 (diff) |
systemd, changelog, bumpv0.2.0
Diffstat (limited to 'dist/systemd/wgconfd-state@.service')
-rw-r--r-- | dist/systemd/wgconfd-state@.service | 10 |
1 files changed, 10 insertions, 0 deletions
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 |