This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
lsts_glued/rules/filesystem/fs/etc/rc.d/inetd

10 lines
62 B
Plaintext

start()
{
/usr/sbin/inetd
}
stop()
{
killall inetd
}