systemd_nonlinux.go 303 B

1234567891011
  1. // Copyright (c) 2020 Tailscale Inc & AUTHORS All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. //go:build !linux
  5. // +build !linux
  6. package systemd
  7. func Ready() {}
  8. func Status(string, ...interface{}) {}