diff options
| author | Jose Luis Duran <jlduran@FreeBSD.org> | 2025-09-28 09:12:41 +0000 |
|---|---|---|
| committer | Jose Luis Duran <jlduran@FreeBSD.org> | 2025-09-28 09:12:41 +0000 |
| commit | 2872ced18742aaf9480c9a43059cba7e24dd7e59 (patch) | |
| tree | 4bcfd974d83f20f969a6dcd519afd90ecc522c58 /libexec | |
| parent | f2575d56c8c9a8acad4a61a3586546dff4febce1 (diff) | |
Diffstat (limited to 'libexec')
| -rwxr-xr-x | libexec/rc/rc.d/ftpd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/rc/rc.d/ftpd b/libexec/rc/rc.d/ftpd index e25a561a520a..5a4fd49e36f1 100755 --- a/libexec/rc/rc.d/ftpd +++ b/libexec/rc/rc.d/ftpd @@ -12,12 +12,11 @@ name="ftpd" desc="Internet File Transfer Protocol daemon" rcvar="ftpd_enable" command="/usr/libexec/${name}" +command_args="-D" pidfile="/var/run/${name}.pid" : ${ftpd_svcj_options:="net_basic"} load_rc_config $name -flags="-D ${flags} ${rc_flags}" - run_rc_command "$1" |
