I want to give a particular user the permission to restart /usr/local/sbin/rinetd daemon.
I know two possibilities to restart this daemon
or
The following way is not supported by /usr/local/sbin/rinetd
How to give the permission to user without giving access to whole /bin/kill command?
I know two possibilities to restart this daemon
Code:
/usr/local/etc/rc.d/rinetd restart
Code:
kill -1 `cat /var/run/rinetd.pid`
Code:
/usr/local/sbin/rinetd restart