Files
foreman/data/export/systemd/process_master.target.erb
bfulton f6b57d7b92 rough draft for systemd export support
http://0pointer.de/blog/projects/systemd.html

This adds support for exporting systemd targets and services.  The
structure is based on the existing upstart support.

Quality is draft and expected to refine in the coming weeks.

One Foremanism that is not respected by these export templates is the
usual log output location, instead stdout and stderr go to syslog.
2013-04-15 14:43:02 -04:00

5 lines
66 B
Plaintext

[Unit]
StopWhenUnneeded=true
[Install]
WantedBy=<%= app %>.target