If called manually, ignore Steam by default. The systemd service checks for Steam as that is more likely to run at an annoying time.
6 lines
173 B
Desktop File
6 lines
173 B
Desktop File
[Unit]
|
|
Description=Sets the monitor temperature based on the time of day
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/env python -O /home/mbradley/scripts/sunset.py --check-steam
|