blob: efbaaa854b7efa7c16b16cedaa1d95483caef303 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
# Helper script to provide legacy auditd service options not
# directly supported by systemd.
/usr/libexec/initscripts/legacy-actions/auditd/restart
RETVAL="$?"
exit $RETVAL
|