This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Environment="YAWS_CONF=/etc/yaws/yaws.conf" "YAWS_ID=debian_yaws" "DAEMON_OPTS=--heart"
-
EnvironmentFile=/etc/default/yaws
-
ExecReload=/usr/bin/yaws --id $YAWS_ID --hup
-
ExecStart=/usr/bin/yaws --conf $YAWS_CONF --id $YAWS_ID --daemon $DAEMON_OPTS
-
ExecStartPost=/usr/bin/yaws --id $YAWS_ID --wait-started=10
-
ExecStop=/usr/bin/yaws --id $YAWS_ID --stop
-
ExecStopPost=/usr/bin/yaws --id $YAWS_ID --wait-stopped=10
-
GuessMainPID=no
-
Restart=on-failure
-
RestartSec=5
-
Type=forking
-
User=yaws
-
-
[Unit]
-
After=network.target remote-fs.target
-
Description=High performance HTTP 1.1 webserver written in Erlang
-
Additionnal notes
Nothing here.