mirror of
https://github.com/fosrl/olm.git
synced 2026-03-06 10:46:42 +00:00
Try to fix log rotation and service args
This commit is contained in:
@@ -48,3 +48,7 @@ func setupWindowsEventLog() {
|
||||
func watchLogFile(end bool) error {
|
||||
return fmt.Errorf("watching log file is only available on Windows")
|
||||
}
|
||||
|
||||
func showServiceConfig() {
|
||||
fmt.Println("Service configuration is only available on Windows")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user