[Unit] Description=A high performance web server and a reverse proxy server Documentation=man:nginx(8) After=network.target [Service] Type=forking PIDFile=/var/run/nginx-backups.pid ExecStart=/opt/backups/bin/nginx ExecReload=/bin/kill -s HUP $MAINPID ExecStop=/bin/kill -s TERM $MAINPID TimeoutStopSec=5 KillMode=mixed Restart=always RestartSec=3 [Install] WantedBy=multi-user.target