Update dependencies
This commit is contained in:
9
vendor/tailscale.com/util/systemd/systemd_nonlinux.go
generated
vendored
Normal file
9
vendor/tailscale.com/util/systemd/systemd_nonlinux.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) Tailscale Inc & AUTHORS
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
//go:build !linux
|
||||
|
||||
package systemd
|
||||
|
||||
func Ready() {}
|
||||
func Status(string, ...any) {}
|
||||
Reference in New Issue
Block a user