summarylogtreecommitdiffstats
path: root/service
blob: c7f8ea564a17a34fd0bbeaeae3820b018706a53c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=A high performance web server and a reverse proxy server (x32 ABI)
After=network.target

[Service]
Type=forking
PIDFile=/run/nginx-x32.pid
PrivateDevices=yes
SyslogLevel=err

ExecStart=/usr/bin/nginx-x32 -g 'pid /run/nginx-x32.pid; error_log stderr;'
ExecReload=/usr/bin/kill -HUP $MAINPID
KillSignal=SIGQUIT
KillMode=mixed

[Install]
WantedBy=multi-user.target