27c6c6aeae
Co-authored-by: Stefan Benten <mail@stefan-benten.de>
12 lines
179 B
Go
12 lines
179 B
Go
// Copyright (C) 2021 Storj Labs, Inc.
|
|
// See LICENSE for copying information.
|
|
|
|
//go:build !windows
|
|
// +build !windows
|
|
|
|
package main
|
|
|
|
func startAsService() bool {
|
|
return false
|
|
}
|