summaryrefslogtreecommitdiffstats
path: root/redshift/Makefile
blob: 6752779d89ba58772c6750adef80263c57dcb22c (plain) (blame)
1
2
3
4
5
6
7
8
9
include ../Makefile.include

install:
	@systemctl --user enable redshift
	@systemctl --user start redshift

uninstall:
	@systemctl --user stop redshift
	@systemctl --user disable redshift