From 6d0d1d9455497fb998922655cfae4f7a9bc68063 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 19 Sep 2016 12:12:18 -0700 Subject: [PATCH] [arch] Add user services list --- tasks/arch.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tasks/arch.py b/tasks/arch.py index f5c25b5c..4223be2c 100644 --- a/tasks/arch.py +++ b/tasks/arch.py @@ -28,6 +28,11 @@ SERVICES = [ ] +USER_SERVICES = [ + "sparkleshare.service", +] + + @task def install_pacaur(ctx): ctx.run(os.path.join(RESOURCES_DIRECTORY, "install_pacaur.sh"))