ctubbsii commented on a change in pull request #334: Adds systemd support for 
accumulo services
URL: https://github.com/apache/fluo-muchos/pull/334#discussion_r401221621
 
 

 ##########
 File path: ansible/roles/accumulo/templates/tserver.j2
 ##########
 @@ -0,0 +1,24 @@
+[Unit]
+Description=TServer Service for Accumulo
+Requires=network.target 
+After=network.target
+
+[Service]
+User={{ cluster_user }}
+Group={{ cluster_group }}
+Type=simple
+ExecStart={{ accumulo_home }}/bin/accumulo tserver{{''}}
 
 Review comment:
   Is `{{''}}` still needed on the end of this line?
   
   ```suggestion
   ExecStart={{ accumulo_home }}/bin/accumulo tserver
   ```

----------------------------------------------------------------
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

Reply via email to