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

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

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