mirror of
https://github.com/rwinkhart/rcw.git
synced 2026-08-27 20:36:30 -04:00
Add Solaris support
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//go:build linux || freebsd
|
||||
//go:build linux || freebsd || solaris || illumos
|
||||
|
||||
package daemon
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
//go:build solaris || illumos
|
||||
|
||||
package daemon
|
||||
|
||||
const pidPathFile = "execname"
|
||||
Reference in New Issue
Block a user