You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: rename rc.conf user variable to avoid rc.subr conflict
rc.subr interprets ${name}_user as a magic variable and runs the
entire command as that user before daemon(8) gets invoked. This
caused daemon to fail writing the pidfile to /var/run/. Rename to
epithet_server_runas so daemon starts as root, writes the pidfile,
then drops to the epithet user via -u.
0 commit comments