Add Solaris support

This commit is contained in:
2026-05-29 17:42:58 -04:00
parent e79adb82a0
commit 718a2676c2
4 changed files with 20 additions and 15 deletions
+5
View File
@@ -0,0 +1,5 @@
//go:build solaris || illumos
package daemon
const pidPathFile = "execname"