RYA-446 Service unit file for systemd
diff --git a/extras/rya.streams/query-manager/src/main/scripts/systemd/rya-streams-query-manager.service b/extras/rya.streams/query-manager/src/main/scripts/systemd/rya-streams-query-manager.service
index 0ec41c5..5ff40b6 100644
--- a/extras/rya.streams/query-manager/src/main/scripts/systemd/rya-streams-query-manager.service
+++ b/extras/rya.streams/query-manager/src/main/scripts/systemd/rya-streams-query-manager.service
@@ -16,14 +16,16 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-
-TODO This will be the service file installed to CentOS 7 for systemd integration.
-
-[Units]
-TODO
+[Unit]
+Description=Rya Streams Query Manager Service
 
 [Service]
-TODO
+PIDFile=/var/run/rya-streams-query-manager.pid
+ExecStart=/opt/rya-streams-query-manager/rya-query-manager.sh start
+ExecStop=/opt/rya-streams-query-manager/rya-query-manager.sh stop
+ExecReload=/opt/rya-streams-query-manager/rya-query-manager.sh restart
+Type=oneshot
+Restart=always
 
 [Install]
-TODO
\ No newline at end of file
+Alias=rya-streams-query-manager
\ No newline at end of file