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-30 23:15:42 +0000 |
| commit | 8f4e196e7ee79afdf00f1ca2c41db5dcb7846d22 (patch) | |
| tree | 22b8f8e9a4b8601e79d9063449e9cfc214e3eadb /libexec | |
| parent | a38672e64a1ce9a156d1888ffc505252da3e4cf1 (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" |
