From: Schantl Stefan Date: Sun, 6 Jun 2010 09:28:21 +0000 (+0200) Subject: vsftpd: Upstart jobfile - Disable run in background. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5322e875cd5f453f4d9a5d2e80341768c318f749;p=ipfire-3.x.git vsftpd: Upstart jobfile - Disable run in background. Add path for configfile to upstart jobfile and allways overwrite the background switch to NO -> So we allways have full control that the job will run in forderground whatever is set inside the configfile. Upstart has problems to stop the process if running in background. --- diff --git a/pkgs/core/vsftpd/vsftpd.init b/pkgs/core/vsftpd/vsftpd.init index 48b9ae48a..5a6bda2d1 100644 --- a/pkgs/core/vsftpd/vsftpd.init +++ b/pkgs/core/vsftpd/vsftpd.init @@ -4,6 +4,6 @@ author "IPFire Team" start on started network stop on stopping network -exec /usr/bin/vsftpd +exec /usr/bin/vsftpd /etc/vsftpd/vsftpd.conf -obackground=NO expect daemon respawn