5 lines
91 B
Go
5 lines
91 B
Go
|
package command
|
||
|
|
||
|
// No chroot on darwin.
|
||
|
func (c *SpawnDaemonCommand) configureChroot() {}
|