File: systemd_stub.go

package info (click to toggle)
golang-github-zenazn-goji 1.0%2Bgit20170812.c05078c-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 412 kB
  • sloc: makefile: 3
file content (6 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
// +build windows

package bind

func systemdInit()       {}
func usingSystemd() bool { return false }