jhoblitt / puppet-selenium

Manages Selenium Server 2 - Standalone and Grid
Other
20 stars 49 forks source link

add support for systemd #26

Closed dwerder closed 5 years ago

dwerder commented 9 years ago

This adds support for systemd. The default behavior is to use sysv, which means that nothing will change for default configurations.

jhoblitt commented 9 years ago

@dwerder Could you rebase on the current master to see if it resolves the travis failuers?

dwerder commented 9 years ago

Ready to be merged ;-)

jhoblitt commented 9 years ago

@dwerder Thank you... I suppose I should run the acceptance tests before mering it huh? :)

dwerder commented 9 years ago

Maybe :D

jhoblitt commented 9 years ago

@dwerder I'm looking at merging this PR with acceptance test coverage. It looks like the systemd service file needs to setup logging.

jhoblitt commented 9 years ago

@dwerder I'm sorry if my last comment wasn't clear. The acceptance tests are not passing.

jhoblitt commented 9 years ago

@dwerder could you rebase on the current master?

jhoblitt commented 9 years ago

ping?

jhoblitt commented 5 years ago

Superseded by #70