Registry / utility / facebookgo-pidfile

facebookgo-pidfile

JSON →
library0.0.0-20150612191647-f242e2999868gogounverified

Package pidfile manages pid files, providing functions to create, read, and remove PID files.

go get github.com/facebookgo/pidfile
INSTALL
IMPORT
SIG · FACEBOOKGO-PIDFILE
F
facebookgo-pidfile
utilitygov0.0.0-20150612191647-f242e2999868
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pidfile
github.com/facebookgo/pidfile

Write and remove a PID file for the current process.

package main import ( "log" "github.com/facebookgo/pidfile" ) func main() { if err := pidfile.Write(); err != nil { log.Fatal(err) } defer pidfile.Remove() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20150612191647-f242e2999868latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
facebookgo-pidfile — go get facebookgo-pidfile · libregistry