6 lines
92 B
Bash
Executable File
6 lines
92 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ -d /run/systemd/system ]; then
|
|
systemctl kill -s HUP rsyslog.service
|
|
fi
|