This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
ExecReload=/bin/kill --signal HUP $MAINPID
-
ExecStart=/usr/bin/nghttpx --conf=/etc/nghttpx/nghttpx.conf
-
ExecStart=/usr/sbin/nghttpx --conf=/etc/nghttpx/nghttpx.conf
-
KillSignal=SIGQUIT
-
PrivateTmp=yes
-
ProtectHome
Introduced in systemd 214=yes -
ProtectSystem
Introduced in systemd 214=full -
Restart=always
-
Type=notify
-
-
[Unit]
-
After=network.target
-
Description=HTTP/2 proxy
-
Documentation=man:nghttpx
-
Additionnal notes
Nothing here.