Skip to content
Snippets Groups Projects
Verified Commit e72738d2 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

Remove logging to the console from affected services

There is no reason for this and we very rarely use the console anyway.

Ref #541
parent 166cd41f
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@ After=network-online.target
[Service]
Type=oneshot
StandardOutput=journal+console
EnvironmentFile=-/etc/conf.d/gluebuddy
ExecStart=/usr/local/bin/gluebuddy apply
......
......@@ -5,7 +5,6 @@ After=network-online.target
[Service]
Type=oneshot
StandardOutput=journal+console
EnvironmentFile=-/etc/conf.d/gitlab-exporter
User=node_exporter
ExecStart=/usr/bin/gitlab-exporter -o {{ prometheus_textfile_dir }}/gitlab-exporter.prom cli
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment