Commit 12830e2
authored
Upgrade Janus Debian package and manage systemd service (#1918)
Resolves #1917
Dependent on tiny-pilot/janus-debian#23
This PR makes use of an updated Janus Debian package, one that doesn't
create a systemd service. Instead, TinyPilot now fully manages the Janus
systemd service (similar to how our uStreamer Debian package works).
You can test this code on device by running:
```
curl \
--silent \
--show-error \
--location \
https://raw.githubusercontent.com/tiny-pilot/tinypilot/master/dev-scripts/device/install-bundle | \
sudo bash -s -- \
https://output.circle-artifacts.com/output/job/fa98e807-f880-4da5-bb31-0493bb2ea525/artifacts/0/bundler/dist/tinypilot-community-20250929T1303Z-1.11.0-18+677b746.tgz
```
<a data-ca-tag
href="https://codeapprove.com/pr/tiny-pilot/tinypilot/1918"><img
src="https://codeapprove.com/external/github-tag-allbg.png" alt="Review
on CodeApprove" /></a>1 parent 218d6d3 commit 12830e2
File tree
4 files changed
+2
-9
lines changed- bundler
- debian-pkg/debian
4 files changed
+2
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | 195 | | |
0 commit comments