From 2418a213c1cc099e9b2b00fe73ece6d7f606d3e7 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Mon, 21 Nov 2022 16:09:02 -0500 Subject: add command firestartx; and cleanup Makefile --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7cb92ae..443b88a 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,14 @@ BINDIR = /usr/local/bin -BINARIES = sliceweasel sliceweasel.lib.sh sliceuser fireslay ioslay-firefox cgroup-show-each-new-process ioslay-mgr.sh firestart +BINARIES = sliceweasel.lib.sh ioslay-mgr.sh firestart firestartx ioslay-firefox SUDO != [ "$$(id -u)" = 0 ] || echo sudo .PHONY: install install-bin install: install-bin - sh your-fired.sh install - make run-ioslay + # sh your-fired.sh install + +uninstall: + systemctl --user disable firefixer run-ioslay: if systemctl --user is-active ioslay; \ -- cgit v1.2.3