This unit is provided by:
Options
-
[Install]-
WantedBy=multi-user.target
-
-
[Service]-
Environment=UNICORN_OPTS=-E production -
EnvironmentFile=-/etc/default/unicorn -
ExecReload=/bin/kill -HUP $MAINPID -
ExecStart=/usr/bin/unicorn -c ${CONFIG_RB} ${UNICORN_OPTS} -
Restart=on-abort
-
-
[Unit]-
After=network.target mysql.service -
Description=Unicorn - Ruby web server -
Documentation=man:unicorn -
Wants=network-online.target
-
Additionnal notes
Nothing here.