Commit 27751f5b by e0d

adding ansible_managed

parent 862b9be2
{{ ansible_managed }}
description "Comments Service" description "Comments Service"
start on runlevel [2345] start on runlevel [2345]
......
#!/bin/sh #!/bin/sh
{{ ansible_managed }}
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: cs_comments_service # Provides: cs_comments_service
# Required-Start: $local_fs $syslog # Required-Start: $local_fs $syslog
......
## {{ ansible_managed }}
## Managed by Ansible, do not edit.
## ##
## This file is sourced in .bashrc. ## This file is sourced in .bashrc.
## The environment variables are used by the cs_comments_service ## The environment variables are used by the cs_comments_service
......
{{ ansible_managed }}
export JAVA_HOME="{{ java_home }}" export JAVA_HOME="{{ java_home }}"
export PATH=$JAVA_HOME/bin:$PATH export PATH=$JAVA_HOME/bin:$PATH
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment