diff options
Diffstat (limited to 'udp514-journal.socket')
-rw-r--r-- | udp514-journal.socket | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/udp514-journal.socket b/udp514-journal.socket new file mode 100644 index 0000000..4158536 --- /dev/null +++ b/udp514-journal.socket @@ -0,0 +1,15 @@ +# (C) 2018-2025 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=Forward syslog from network (udp/514) to journal + +[Socket] +ListenDatagram=514 + +[Install] +WantedBy=sockets.target |