From 3e5c1d63fb110d99a518caedfaf4a80c4535332d Mon Sep 17 00:00:00 2001 From: Francesco Palmarini Date: Sat, 18 Aug 2018 18:11:22 +0200 Subject: [PATCH] add logging to systemd --- systemd/lenovo_fix.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systemd/lenovo_fix.service b/systemd/lenovo_fix.service index 048b9e0..d88205c 100644 --- a/systemd/lenovo_fix.service +++ b/systemd/lenovo_fix.service @@ -4,6 +4,8 @@ Description=Stop Intel throttling [Service] Type=simple ExecStart=/opt/lenovo_fix/venv/bin/python3 /opt/lenovo_fix/lenovo_fix.py +StandardOutput=syslog +StandardError=syslog [Install] WantedBy=multi-user.target