[caclmgrd] Always restart service upon process termination (#5065)

This commit is contained in:
Joe LeVeque 2020-07-29 10:12:38 -07:00 committed by GitHub
parent 48b5792b07
commit b2344f6f78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,8 @@ After=updategraph.service
[Service]
Type=simple
ExecStart=/usr/bin/caclmgrd
Restart=always
RestartSec=30
[Install]
WantedBy=multi-user.target