[caclmgrd] Prevent service from blocking system boot indefinitely (#1362)

This commit is contained in:
Joe LeVeque 2018-02-01 15:15:39 -08:00 committed by GitHub
parent 23bbf80999
commit 162089dd9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ Requires=database.service
After=database.service
[Service]
Type=oneshot
Type=simple
ExecStart=/usr/bin/caclmgrd-start.sh
[Install]