Changed Systemd service example from: https://github.com/wagensveld/Mac-like-automatic-brightness without my system specif paths
8 lines
145 B
Desktop File
8 lines
145 B
Desktop File
[Unit]
|
|
Description=Mac like automatic brightness service
|
|
|
|
[Service]
|
|
ExecStart=/path/to/AutomaticBrightness.sh
|
|
|
|
[Install]
|
|
WantedBy=default.target
|