summaryrefslogtreecommitdiffstats
path: root/xss-lock/Makefile
blob: ae8dbc8dc74fcea3649c5dfef234bc1b2fc46328 (plain) (blame)
1
2
3
4
5
6
7
8
9
include ../Makefile.include

install:
	@systemctl --user enable xss-lock
	@systemctl --user start xss-lock

uninstall:
	@systemctl --user stop xss-lock
	@systemctl --user disable xss-lock