add logging to systemd

This commit is contained in:
Francesco Palmarini 2018-08-18 18:11:22 +02:00 committed by GitHub
parent 456579a969
commit 3e5c1d63fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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