Commit 3673f9b3 authored by Luca Falavigna's avatar Luca Falavigna

Restart proxy after 5 seconds

parent d0cae935
......@@ -7,6 +7,7 @@ EnvironmentFile=/home/debomatic/debomatic-webui/systemd/systemd.env
ExecStart=/usr/bin/nodejs ${DWPROXY}/proxy.js
ExecStop=/bin/kill -s SIGTERM $MAINPID
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=multi-user.target
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment