systemd_nonlinux.go 285 B

12345678910
  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. // +build !linux
  5. package systemd
  6. func Ready() {}
  7. func Status(string, ...interface{}) {}