Marc Lennox
284503899a
Added start-stop-daemon support.
2013-05-03 12:54:08 -04:00
David Dollar
da0a9f2de3
Merge pull request #294 from bfulton/master
...
add systemd export
2013-04-22 20:37:39 -07:00
David Dollar
cc51ab2cb1
fix up tests
2013-04-15 15:32:22 -04:00
David Dollar
403d40b277
Revert "Merge pull request #292 from andrewsmedina/master"
...
Does not pass tests
This reverts commit 17a8a316b8 , reversing
changes made to 9e1d590734 .
2013-04-15 15:31:38 -04:00
Bright Fulton
669a920c1e
fix spec after d4ab495
2013-04-15 14:43:02 -04:00
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
David Dollar
eaed989c75
Merge pull request #329 from kentaro/permit-underscore-in-procfile
...
Permit hyphen for command name in Procfile
2013-04-14 08:32:24 -07:00
David Dollar
17a8a316b8
Merge pull request #292 from andrewsmedina/master
...
circus support
2013-04-14 08:30:17 -07:00
Kentaro Kuribayashi
8d1e3a849f
Fixed specs to pass.
2013-02-21 11:52:37 +09:00
Andrews Medina
9325f2ca6d
add circus support
2012-11-29 00:15:01 -02:00
Kevin McAllister
8fbee31a2d
Remove expectation of double quotes around environment variables from
...
test comparisons
2012-09-14 21:33:57 -04:00
David Dollar
a4343187ad
Merge pull request #239 from indrekj/master
...
Use path and env variables in the inittab export
2012-09-14 01:41:18 -07:00
Aaron Kalin
1d06124457
Add StandardOutPath to launchd export
2012-09-11 15:04:15 -05:00
Aaron Kalin
698e6ae092
Add command argument string splitting
...
launchd uses exec() under the hood when you specify ProgramArguments
or Program so you must break apart program arguments into separate
strings in an array or the command will fail
2012-09-10 19:10:47 -05:00
Aaron Kalin
c617ddb3b2
Cleanup launchd exporter
...
Also suppresses the deprecation warning for the launchd exporter when
using port instead of engine.port_for
2012-09-10 18:21:51 -05:00
Aaron Kalin
f29bf49a35
Add support for setting environment variables
2012-09-05 18:27:10 -05:00
Aditya Sanghi
ee761ff098
Another fix for PR #229
2012-08-21 20:16:28 +05:30
Aditya Sanghi
cc4306492e
run on reboot works with network-interface not network
2012-08-12 14:17:39 +05:30
Indrek Juhkam
8b204db2f0
Use path and env variables in the inittab export
2012-07-31 21:44:31 +03:00
David Dollar
7d9c2b2ac4
fix upstart export specs
2012-07-24 10:50:34 -04:00
David Dollar
51a704939e
massive refactoring for programmatic control and stability
2012-06-10 22:58:09 -04:00
Maxwell Swadling
3db1ad6fbc
Added launchd exporter
2012-05-04 15:21:16 +10:00
Patrick Tescher
2a896a0fb5
Add stop_grace_time to bluepill config. Fixes this error message:
...
Config Error: Stop_grace_time should be greater than the sum of stop_signals delays!
Changed bluepill spec example files to include stop_grace_time
2012-05-03 12:11:24 -07:00
Raphael Randschau
b721fd894e
per default wrap every environment value in quotes
2012-04-20 21:15:43 +02:00
Raphael Randschau
1217ef1b56
fix typo
2012-03-05 15:51:10 +01:00
Raphael Randschau
c9943d70ec
add group support for supervisord
2012-03-05 15:48:40 +01:00
Raphael Randschau
279a251c78
fix whitespaces
2012-02-24 20:29:16 +01:00
Raphael Randschau
a49ef286e8
all specs are passing
2012-02-24 20:18:38 +01:00
Raphael Randschau
0b3da59947
passing first export
2012-02-24 19:52:18 +01:00
Raphael Randschau
1127551369
rename supervisord base template to app
...
add supervisord stub
2012-02-23 17:24:08 +01:00
David Dollar
224fe94dc2
add more tests
2012-01-28 18:48:26 -05:00
Matt Griffin
f4123f4ae1
Merge branch 'master' of https://github.com/michaeldwan/foreman into feature/concurrency
...
Conflicts:
spec/foreman/engine_spec.rb
spec/foreman/export/bluepill_spec.rb
spec/resources/export/bluepill/app.pill
2012-01-16 17:18:14 -05:00
David Dollar
5436b68cf1
wip
2011-12-08 17:53:13 -08:00
Matthijs Langenberg
676d3ff8d1
Add runit export format.
...
Fix #28
2011-11-08 23:50:33 +01:00
Michael Dwan
33aa1efc90
default process concurrency is 0 when concurrency options specified, otherwise default concurrency is 1
2011-11-07 13:10:18 -07:00
Hunter Nield
9db97abb10
Updates to get Bluepill export working & tweaks to output
2011-08-25 21:17:00 +10:00
Hunter Nield
21a041527c
Added basic support for Bluepill
2011-08-22 21:24:34 +10:00
David Dollar
577a5c7c5c
make sure tests run on machines other than mine
2011-06-02 12:09:30 -04:00
David Dollar
13fd1188ad
add export specs
2011-05-11 21:41:56 -04:00