Created
June 15, 2018 20:24
-
-
Save cmsj/71f987d1129c5dc693243dd1aa5f8f4f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Remote syslog to journald bridge | |
After=systemd-journald.service | |
[Service] | |
Type=simple | |
User=nobody | |
Group=nogroup | |
WorkingDirectory=/ | |
ExecStart=/usr/local/bin/syslogreceiver.py | |
Restart=always | |
AmbientCapabilities=CAP_NET_BIND_SERVICE | |
NoNewPrivileges=yes | |
RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment