Guest User

Untitled

a guest
Jun 17th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. [Unit]
  2. Description=Remote syslog to journald bridge
  3. After=systemd-journald.service
  4.  
  5. [Service]
  6. Type=simple
  7. User=nobody
  8. Group=nogroup
  9. WorkingDirectory=/
  10. ExecStart=/usr/local/bin/syslogreceiver.py
  11. Restart=always
  12. AmbientCapabilities=CAP_NET_BIND_SERVICE
  13. NoNewPrivileges=yes
  14. RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX
Add Comment
Please, Sign In to add comment