Files
home-manager/tests/modules/services/redshift-gammastep/redshift-basic-configuration-expected.service
Austin Horstman fb6a8404ee redshift-gammastep: migrate to lib.cli.toCommandLineShellGNU
Migrates from the deprecated toCommandLineShell to toCommandLineShellGNU.

This changes the output format from space-separated short options
(-c /path) to concatenated GNU-style options (-c/path). Both formats
were verified to work correctly with redshift and gammastep.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-01-08 11:21:16 -05:00

14 lines
328 B
Desktop File

[Install]
WantedBy=graphical-session.target
[Service]
ExecStart=@redshift@/bin/redshift -c/home/hm-user/.config/redshift/redshift.conf
Restart=on-failure
RestartSec=3
[Unit]
After=graphical-session.target
Description=Redshift colour temperature adjuster
Documentation=http://jonls.dk/redshift/
PartOf=graphical-session.target