Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ale
autoradio
Commits
a1aafd64
Commit
a1aafd64
authored
Nov 14, 2013
by
ale
Browse files
fix a couple of typos that were blocking the runit services from starting
parent
ef357f16
Changes
3
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
a1aafd64
...
...
@@ -58,7 +58,7 @@ override_dh_install:
install
-d
-o
root
-g
root
$(SVCDIR)/$$f/log
;
\
install
-m
755
-o
root
-g
root
$(CURDIR)/debian/services/$$f
\
$(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
;
\
chmod
0755
$(SVCDIR)/$$f/log/run
;
\
done)
...
...
debian/services/radiod
View file @
a1aafd64
#!/bin/sh
.
/usr/share/radio
d
/lib.sh
.
/usr/share/radio
ai
/lib.sh
set_public_ip
set_etcd_params
...
...
debian/services/redirectord
View file @
a1aafd64
#!/bin/sh
.
/usr/share/radio
d
/lib.sh
.
/usr/share/radio
ai
/lib.sh
set_public_ip
set_etcd_params
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment