Commit 27751f5b by e0d

adding ansible_managed

parent 862b9be2
{{ ansible_managed }}
description "Comments Service"
start on runlevel [2345]
......
#!/bin/sh
{{ ansible_managed }}
### BEGIN INIT INFO
# Provides: cs_comments_service
# Required-Start: $local_fs $syslog
......
##
## Managed by Ansible, do not edit.
{{ ansible_managed }}
##
## This file is sourced in .bashrc.
## The environment variables are used by the cs_comments_service
......
{{ ansible_managed }}
export JAVA_HOME="{{ java_home }}"
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