Skip to content

Commit

Permalink
Fix Requisite
Browse files Browse the repository at this point in the history
  • Loading branch information
pljones committed Sep 28, 2022
1 parent ebf298e commit b66c92b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=Start a new recording on Jamulus-%i
Requisite=Jamulus@%i
Requisite=Jamulus@%i.service

[Service]
Type=oneshot
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=Toggle recording state on Jamulus-%i
Requisite=Jamulus@%i
Requisite=Jamulus@%i.service

[Service]
Type=oneshot
Expand Down

0 comments on commit b66c92b

Please sign in to comment.