1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/tools/jungle/README.md
Jean-Philippe Doyle 286cb05029 Add warning about init.d being replaced by systemd (#1533)
And move init.d last in the documentation.

Using init.d script in a systemd environment will work for jobs start/stop, but restart will not be managed as expected with old init.d system. This may cause confusion, pain and a lot of systemd search time.
2018-03-27 16:53:03 -06:00

19 lines
555 B
Markdown

# Puma as a service
## Upstart
See `/tools/jungle/upstart` for Ubuntu's upstart scripts.
## Systemd
See [/docs/systemd](https://github.com/puma/puma/blob/master/docs/systemd.md).
## Init.d
Deprecatation Warning : `init.d` was replaced by `systemd` since Debian 8 and Ubuntu 16.04, you should look into [/docs/systemd](https://github.com/puma/puma/blob/master/docs/systemd.md) unless you are on an older OS.
See `/tools/jungle/init.d` for tools to use with init.d and start-stop-daemon.
## rc.d
See `/tools/jungle/rc.d` for FreeBSD's rc.d scripts