You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by ar...@apache.org on 2016/08/22 19:06:22 UTC

svn commit: r1757244 - /vcl/trunk/managementnode/bin/vcld.service

Author: arkurth
Date: Mon Aug 22 19:06:22 2016
New Revision: 1757244

URL: http://svn.apache.org/viewvc?rev=1757244&view=rev
Log:
VCL-984
Added initial systemd vcld.service file.

Added:
    vcl/trunk/managementnode/bin/vcld.service   (with props)

Added: vcl/trunk/managementnode/bin/vcld.service
URL: http://svn.apache.org/viewvc/vcl/trunk/managementnode/bin/vcld.service?rev=1757244&view=auto
==============================================================================
--- vcl/trunk/managementnode/bin/vcld.service (added)
+++ vcl/trunk/managementnode/bin/vcld.service Mon Aug 22 19:06:22 2016
@@ -0,0 +1,15 @@
+[Unit]
+Description=VCL management node daemon
+After=network-online.target
+
+[Service]
+Type=simple
+EnvironmentFile=/etc/sysconfig/vcld
+ExecStart=/usr/local/vcl/bin/vcld $OPTIONS
+ExecStop=/bin/kill ${MAINPID}
+KillMode=process
+Restart=always
+RestartSec=10s
+
+[Install]
+WantedBy=multi-user.target
\ No newline at end of file

Propchange: vcl/trunk/managementnode/bin/vcld.service
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: vcl/trunk/managementnode/bin/vcld.service
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id