File: rsyslog-rotate

package info (click to toggle)
rsyslog 8.2302.0-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,980 kB
  • sloc: ansic: 112,474; sh: 36,403; makefile: 4,284; lex: 560; python: 535; yacc: 191; perl: 162; sql: 103; tcl: 9; ruby: 2
file content (5 lines) | stat: -rwxr-xr-x 92 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/bin/sh

if [ -d /run/systemd/system ]; then
    systemctl kill -s HUP rsyslog.service
fi