Skip to content
This repository has been archived by the owner on Jul 24, 2018. It is now read-only.

Commit

Permalink
fix systemd unit (path to environment file)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineco committed Dec 16, 2014
1 parent fbeee8c commit c23e3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/instance/systemd_unit.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ExecStop=/usr/sbin/tomcat-sysd stop
SuccessExitStatus=143
User=<%= scope['::tomcat::tomcat_user_real'] %>
Group=<%= scope['::tomcat::tomcat_group_real'] %>
EnvironmentFile=-/etc/sysconfig/<%= @service_name_real %>
EnvironmentFile=-<%= @config_path_real %>


[Install]
Expand Down

0 comments on commit c23e3f6

Please sign in to comment.