Hi, Since I've upgraded to 6.2 gitdaemon's pid file is no longer generated. This was working as expected on 6.1.
/etc/rc.conf.local ntpd_flags=-s httpd_flags= slowcgi_flags= unbound_flags= bgpd_flags= ospfd_flags= gitdaemon_flags="--syslog --base-path=/home/git" gitdaemon_user="_gitdaemon" tincd_flags="-U _tinc --chroot -n 2f30" pkg_scripts="tincd gitdaemon" # /etc/rc.d/gitdaemon start gitdaemon(ok) # rcctl ls failed gitdaemon # ps aux | grep git-daemon _gitdaem 2294 0.0 0.0 1484 1472 ?? Is 11:00AM 0:00.01 /usr/local/libexec/git/git-daemon --detach --syslog --base-path=/home/git root 87449 0.0 0.0 132 352 p3 R+/6 11:04AM 0:00.00 grep git-daemon # ls /var/run/git* ls: /var/run/git*: No such file or directory #