Skip to content

Commit

Permalink
Update Debian build for new config/env
Browse files Browse the repository at this point in the history
  • Loading branch information
calmh committed Dec 14, 2023
1 parent f9e4094 commit c0c92c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ debian: build-linux-amd64
--url "https://example.com/hello-world" \
--maintainer "You The Amazing Person <you are an amazing person at example dot com>" \
bin/syncthing-autoacceptd-linux-amd64=/usr/sbin/syncthing-autoacceptd \
etc/example-patterns.conf=/etc/syncthing-autoacceptd/patterns.conf.sample \
etc/autoacceptd.conf.sample=/etc/syncthing-autoacceptd/autoacceptd.conf.sample \
etc/syncthing-autoacceptd.service=/lib/systemd/system/syncthing-autoacceptd.service \
etc/default-env=/etc/default/syncthing-autoacceptd
5 changes: 1 addition & 4 deletions etc/default-env
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
SYNCTHING_AUTOACCEPTD_ADDRESS=127.0.0.1:8384
SYNCTHING_AUTOACCEPTD_APIKEY=...
SYNCTHING_AUTOACCEPTD_PATTERNS_FILE=/etc/syncthing-autoacceptd/patterns.conf
SYNCTHING_AUTOACCEPTD_DEBUG=false
AUTOACCEPTD_DEBUG=false

0 comments on commit c0c92c2

Please sign in to comment.