Skip to content

Commit

Permalink
Fix systemd unit output/error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aritz committed Mar 9, 2022
1 parent b3a1338 commit c1b8703
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res/eos_exporter.unit
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ User=root

ExecStart=/opt/eos_exporter/bin/eos_exporter -eos-instance ${EOS_INSTANCE_NAME}
StandardOutput=/var/log/eos_exporter/eos_exporter.out
StandardErr=/var/log/eos_exporter/eos_exporter.log
StandardError=/var/log/eos_exporter/eos_exporter.log
#StandardError=append:/var/log/eos_exporter/eos_exporter.out

ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Expand Down

0 comments on commit c1b8703

Please sign in to comment.