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
{{ message }}
This repository was archived by the owner on Dec 12, 2021. It is now read-only.
Allow PID file location to be customized:
XapitSync.pid_path = "#{Rails.root}/tmp/custom_path/xapit_sync.pid"The directories should be created if they do not exist.
Also, the path should default to
tmp/pids/xapit_sync.pidinstead oftmp/xapit_sync.pid.