File: bsdrc_linux.go

package info (click to toggle)
witr 0.2.4%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 736 kB
  • sloc: sh: 79; makefile: 10
file content (10 lines) | stat: -rw-r--r-- 185 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
//go:build linux

package source

import "github.com/pranshuparmar/witr/pkg/model"

func detectBsdRc(_ []model.Process) *model.Source {
	// Linux doesn't use FreeBSD rc.d
	return nil
}