1[Unit] 2Description=HTTP/2 proxy 3Documentation=man:nghttpx 4After=network.target 5 6[Service] 7Type=notify 8ExecStart=@bindir@/nghttpx --conf=/etc/nghttpx/nghttpx.conf 9ExecReload=/bin/kill --signal HUP $MAINPID 10KillSignal=SIGQUIT 11PrivateTmp=yes 12ProtectHome=yes 13ProtectSystem=full 14Restart=always 15 16[Install] 17WantedBy=multi-user.target 18