[arch] Add user services list

This commit is contained in:
Ivan Malison 2016-09-19 12:12:18 -07:00
parent 52099f59ae
commit 6d0d1d9455
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -28,6 +28,11 @@ SERVICES = [
]
USER_SERVICES = [
"sparkleshare.service",
]
@task
def install_pacaur(ctx):
ctx.run(os.path.join(RESOURCES_DIRECTORY, "install_pacaur.sh"))