mdserver-web/plugins/openresty/init.d/openresty.service.tpl

14 lines
415 B
Smarty
Raw Normal View History

2022-06-18 00:55:27 -04:00
[Unit]
Description=OpenResty is a dynamic web platform based on NGINX and LuaJIT.
After=network.target
[Service]
Type=forking
2022-06-18 01:01:18 -04:00
ExecStart={$SERVER_PATH}/openresty/bin/openresty -c {$SERVER_PATH}/openresty/nginx/conf/nginx.conf
ExecStop={$SERVER_PATH}/openresty/bin/openresty -s stop
ExecReload={$SERVER_PATH}/openresty/bin/openresty -s reload
2022-06-18 00:55:27 -04:00
KillMode=process
Restart=on-failure
[Install]
WantedBy=multi-user.target