From e5760e3e1832ddb74885acbc93e39c9659c90d0c Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 11 Nov 2022 16:55:31 +0100 Subject: Remove systemd related parts This repository is just about the generic source code. Adapting it to a certain Linux distribution which might be systemd based is up to a packaging repository. --- main.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 9571935..4efab32 100644 --- a/main.go +++ b/main.go @@ -10,9 +10,6 @@ import ( func main() { - // disable log timestamp because systemd takes care of that - log.SetFlags(0) - // read all sources of runtime configuration (e.g. CLI flags and config file) config := utils.GetRuntimeConfig() -- cgit v1.2.3-70-g09d2