summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-11-11 16:55:31 +0100
committerxengineering <me@xengineering.eu>2022-11-11 16:59:59 +0100
commite5760e3e1832ddb74885acbc93e39c9659c90d0c (patch)
tree832828dab6bf0b439a311491b8157e6beb58ee69 /main.go
parent53d17214e4e9e1e630d625a51d05484c3770fad1 (diff)
downloadceres-e5760e3e1832ddb74885acbc93e39c9659c90d0c.tar
ceres-e5760e3e1832ddb74885acbc93e39c9659c90d0c.tar.zst
ceres-e5760e3e1832ddb74885acbc93e39c9659c90d0c.zip
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.
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 0 insertions, 3 deletions
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()