Skip to content

Commit

Permalink
Do not After=network.service the -display & audiodetector services
Browse files Browse the repository at this point in the history
  • Loading branch information
rtertiaer committed Dec 11, 2023
1 parent dd618f0 commit 52b9f35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,6 @@ def _display_service(directory: str):
return f"""\
[Unit]
Description=Amplipi Front Panel Display
After=network.target
[Service]
Type=simple
Expand All @@ -518,7 +517,6 @@ def _audiodetector_service(directory: str):
return f"""\
[Unit]
Description=Amplipi RCA Input Audio Detector
After=network.target
[Service]
Type=simple
Expand Down

0 comments on commit 52b9f35

Please sign in to comment.