From 1c9fd3253330a4d1d37fd84e2213b26b73612c57 Mon Sep 17 00:00:00 2001 From: Mihail Slobodyanuk Date: Tue, 13 Dec 2022 17:38:52 +0200 Subject: [PATCH] Fix RIVM-23 --- contrib/systemd/mesh.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/systemd/mesh.service b/contrib/systemd/mesh.service index ea58cf14..f6c2557e 100644 --- a/contrib/systemd/mesh.service +++ b/contrib/systemd/mesh.service @@ -12,7 +12,7 @@ ProtectSystem=true SyslogIdentifier=mesh CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW CAP_NET_BIND_SERVICE ExecStartPre=+-/sbin/modprobe tun -ExecStart=/usr/bin/mesh -useconffile /etc/mesh.conf -logto /var/log/mesh.log -httpaddress "http://localhost:19019" -wwwroot "/usr/share/riv" +ExecStart=/usr/bin/mesh -useconffile /etc/mesh.conf -logto /var/log/mesh.log -httpaddress "http://localhost:19019" -wwwroot "/usr/share/riv/ui" ExecReload=/bin/kill -HUP $MAINPID Restart=always TimeoutStopSec=5