Date: Wed, 12 Nov 2014 06:43:28 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194959] multimedia/mediabrowser few suggestions Message-ID: <bug-194959-13-jHCz4ow9yD@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-194959-13@https.bugs.freebsd.org/bugzilla/> References: <bug-194959-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194959 --- Comment #15 from Ben Woods <woodsb02@gmail.com> --- Yes, using daemon does clean the pid file when the service is stopped. Also, in your patch the pid file is created with ownership of mediabrowser_user the first time the user runs the service. If they try and run as a different user after that, it will fail since they won't have write access to the pid file. Can the script be made to be flexible to that (I guess we can define a stop_postcmd that cleans up (deletes) the pidfile... that will fix both of these things). -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194959-13-jHCz4ow9yD>