diff --git a/Makefile b/Makefile index 1f58100..0e93639 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,6 @@ debian: build-linux-amd64 --url "https://example.com/hello-world" \ --maintainer "You The Amazing Person " \ 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 \ No newline at end of file diff --git a/etc/default-env b/etc/default-env index 658964d..5920092 100644 --- a/etc/default-env +++ b/etc/default-env @@ -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