Skip to content

Commit

Permalink
Remove duplicate plugs in snapcraft.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mssalvatore committed May 16, 2020
1 parent c220ad2 commit d50164e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,13 @@ parts:
python-version: python3
source: .

plugs:
network: null
system-backup: null

apps:
owwatcher:
command: bin/owwatcher
plugs:
- network
- system-backup
owwatcherd:
command: bin/owwatcher -c /var/snap/owwatcher/current/owwatcher.conf
plugs:
- network
- system-backup
daemon: simple

0 comments on commit d50164e

Please sign in to comment.