mirror of
https://github.com/fosrl/olm.git
synced 2026-03-07 11:16:40 +00:00
Service working?
This commit is contained in:
@@ -44,3 +44,7 @@ func runService(name string, isDebug bool, args []string) {
|
||||
func setupWindowsEventLog() {
|
||||
// No-op on non-Windows platforms
|
||||
}
|
||||
|
||||
func watchLogFile(end bool) error {
|
||||
return fmt.Errorf("watching log file is only available on Windows")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user