diff options
author | Christian Hesse <mail@eworm.de> | 2020-11-25 10:36:17 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-11-25 10:36:17 +0100 |
commit | afcb9e3769de39cd3b165b276b428b880791d008 (patch) | |
tree | 22fae9376088b40bf61cbc64e3758438ce90cade /systemd | |
parent | fb36b96335f5ea4bc3ca712031948a1118bb4911 (diff) | |
download | journal-notify-afcb9e3769de39cd3b165b276b428b880791d008.tar.gz journal-notify-afcb9e3769de39cd3b165b276b428b880791d008.tar.zst |
clearly state the license
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/journal-notify-sshd.service | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/systemd/journal-notify-sshd.service b/systemd/journal-notify-sshd.service index d682440..0544542 100644 --- a/systemd/journal-notify-sshd.service +++ b/systemd/journal-notify-sshd.service @@ -1,3 +1,10 @@ +# (C) 2014-2020 by Christian Hesse <mail@eworm.de> +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + [Unit] Description=Notify about SSHD journal log entries Requires=dbus.socket |