diff options
Diffstat (limited to 'udp514-journal.service')
-rw-r--r-- | udp514-journal.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/udp514-journal.service b/udp514-journal.service index 4ae2ca0..9bcc367 100644 --- a/udp514-journal.service +++ b/udp514-journal.service @@ -1,4 +1,4 @@ -# (C) 2018-2021 by Christian Hesse <mail@eworm.de> +# (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 @@ -8,6 +8,7 @@ [Unit] Description=Forward syslog from network (udp/514) to journal Requires=systemd-journald.socket +Requires=udp514-journal.socket After=network.target [Service] @@ -15,7 +16,6 @@ Type=notify Restart=always ExecStart=/usr/bin/udp514-journal DynamicUser=on -AmbientCapabilities=CAP_NET_BIND_SERVICE ProtectSystem=full ProtectHome=on PrivateDevices=on |