Skip to content
Snippets Groups Projects
Commit 5c10a804 authored by ale's avatar ale
Browse files

fix a couple of typos that were blocking the runit services from starting

parent 2cd16c55
Branches
Tags
No related merge requests found
...@@ -58,7 +58,7 @@ override_dh_install: ...@@ -58,7 +58,7 @@ override_dh_install:
install -d -o root -g root $(SVCDIR)/$$f/log ; \ install -d -o root -g root $(SVCDIR)/$$f/log ; \
install -m 755 -o root -g root $(CURDIR)/debian/services/$$f \ install -m 755 -o root -g root $(CURDIR)/debian/services/$$f \
$(SVCDIR)/$$f/run ; \ $(SVCDIR)/$$f/run ; \
echo -e '#!/bin/sh\nexec chpst -u log svlogd -tt /var/log/radioai/'$$f > \ echo '#!/bin/sh\nexec chpst -u log svlogd -tt /var/log/radioai/'$$f > \
$(SVCDIR)/$$f/log/run ; \ $(SVCDIR)/$$f/log/run ; \
chmod 0755 $(SVCDIR)/$$f/log/run ; \ chmod 0755 $(SVCDIR)/$$f/log/run ; \
done) done)
......
#!/bin/sh #!/bin/sh
. /usr/share/radiod/lib.sh . /usr/share/radioai/lib.sh
set_public_ip set_public_ip
set_etcd_params set_etcd_params
......
#!/bin/sh #!/bin/sh
. /usr/share/radiod/lib.sh . /usr/share/radioai/lib.sh
set_public_ip set_public_ip
set_etcd_params set_etcd_params
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment