[caclmgrd] Always restart service upon process termination (#5065)
This commit is contained in:
parent
48b5792b07
commit
b2344f6f78
@ -6,6 +6,8 @@ After=updategraph.service
|
|||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/caclmgrd
|
ExecStart=/usr/bin/caclmgrd
|
||||||
|
Restart=always
|
||||||
|
RestartSec=30
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Reference in New Issue
Block a user