ctubbsii commented on a change in pull request #334: Adds systemd support for accumulo(2.x) services URL: https://github.com/apache/fluo-muchos/pull/334#discussion_r397536587
########## File path: ansible/roles/accumulo/templates/gc.j2 ########## @@ -0,0 +1,23 @@ +[Unit] +Description=GC Service for Accumulo +Requires=network.target +After=network.target Review comment: Nevermind. Accumulo is robust enough to wait on these services, and there's no guarantee that they'll be running on the current node anyway. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
