No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

autobrightness.service 352B

12345678910111213141516
  1. [Unit]
  2. Description=Auto DDC/CI display brightness
  3. [Service]
  4. Type=exec
  5. WorkingDirectory=/home/thomas/Projekte/AutoBrightness
  6. ExecStart=/home/thomas/Projekte/AutoBrightness/client/brightness.py
  7. StandardOutput=journal
  8. StandardError=journal
  9. SyslogIdentifier=fritzinfluxdb
  10. RemainAfterExit=no
  11. Restart=always
  12. RestartSec=5s
  13. [Install]
  14. WantedBy=default.target