···202202203203[Service]
204204Environment=PORT=80
205205-ExecStart=/opt/plug/bin/plug start
205205+ExecStart=/opt/hello/bin/hello start
206206```
207207208208Now you can create file with that content in
···283283# Define `Type=` to `notify`
284284Type=notify
285285Environment=PORT=80
286286-ExecStart=/opt/plug/bin/plug start
286286+ExecStart=/opt/hello/bin/hello start
287287WatchdogSec=1min
288288```
289289···404404[Service]
405405Environment=PORT=80
406406Type=notify
407407-ExecStart=/opt/plug/bin/plug start
407407+ExecStart=/opt/hello/bin/hello start
408408WatchdogSec=1min
409409```
410410···459459[Service]
460460Type=notify
461461Environment=PORT=80
462462-ExecStart=/opt/plug/bin/plug start
462462+ExecStart=/opt/hello/bin/hello start
463463WatchdogSec=1min
464464465465# We need to add capability to be able to bind on port 80