summaryrefslogtreecommitdiffhomepage
path: root/util/systemd/systemd_nonlinux.go
blob: 36214020ce566e05e683142a73d961c3959ae2af (plain)
1
2
3
4
5
6
7
8
9
// Copyright (c) Tailscale Inc & AUTHORS
// SPDX-License-Identifier: BSD-3-Clause

//go:build !linux

package systemd

func Ready()                {}
func Status(string, ...any) {}