Imported Upstream version 2.4.3
[platform/upstream/audit.git] / init.d / auditd.condrestart
1 #!/bin/sh
2 # Helper script to provide legacy auditd service options not
3 # directly supported by systemd.
4
5 /usr/libexec/initscripts/legacy-actions/auditd/restart
6 RETVAL="$?"
7 exit $RETVAL