Merge pull request #212 from flokli/patch-1

lenovo_fix.service: Don't use deprecated logging options anymore
This commit is contained in:
Francesco Palmarini 2020-10-06 09:18:37 +02:00 committed by GitHub
commit 2ab8631468
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,8 +6,6 @@ Type=simple
ExecStart=/opt/lenovo_fix/venv/bin/python3 /opt/lenovo_fix/lenovo_fix.py
# Setting PYTHONUNBUFFERED is necessary to see the output of this service in the journal
Environment=PYTHONUNBUFFERED=1
StandardOutput=syslog
StandardError=syslog
[Install]
WantedBy=multi-user.target