diff options
author | Hristo Venev <hristo@venev.name> | 2019-11-10 13:23:20 +0000 |
---|---|---|
committer | Hristo Venev <hristo@venev.name> | 2019-11-10 13:23:44 +0000 |
commit | d9f3505278b0bcf90ef6bab5ca0c6a9889695938 (patch) | |
tree | 63256312ce98e0e1a22a1f8346608e2ec73f5291 /dist/systemd | |
parent | 0e8f78d4a2c6ca7adcc1817d731075b4e888b26c (diff) |
Release config files under CC0-1.0.
Diffstat (limited to 'dist/systemd')
-rw-r--r-- | dist/systemd/wgconfd-state@.service | 4 | ||||
-rw-r--r-- | dist/systemd/wgconfd@.service | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/dist/systemd/wgconfd-state@.service b/dist/systemd/wgconfd-state@.service index 6aed8e8..50e1943 100644 --- a/dist/systemd/wgconfd-state@.service +++ b/dist/systemd/wgconfd-state@.service @@ -1,3 +1,7 @@ +# SPDX-License-Identifier: CC0-1.0 +# +# Copyright 2019 Hristo Venev + [Unit] Description=WireGuard runtime state for %i diff --git a/dist/systemd/wgconfd@.service b/dist/systemd/wgconfd@.service index 971681d..16b6029 100644 --- a/dist/systemd/wgconfd@.service +++ b/dist/systemd/wgconfd@.service @@ -1,3 +1,7 @@ +# SPDX-License-Identifier: CC0-1.0 +# +# Copyright 2019 Hristo Venev + [Unit] Description=WireGuard configuration daemon on %i Wants=network.target |