blob: 41585365f76719aa65917e002f380b4728c3d429 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|