Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove trailing whitespace in systemd unit #51

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion etc/systemd/xapsd.service
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ExecStart=/usr/bin/xapsd -key=/etc/xapsd/${KEY_FILE} \
-socket=/var/run/dovecot/xapsd.sock \
-loglevel=${LOGLEVEL} \
-delayCheckInterval=${CHECKINTERVAL} \
-delayTime=${DELAY} \
-delayTime=${DELAY} \
-feedbackInterval=${FEEDBACK_INTERVAL} \
-redisEnabled=${REDIS_ENABLED} \
-redisUrl=${REDIS_URL} \
Expand Down
17 changes: 17 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
module dovecot-xaps-daemon

go 1.12

require (
github.com/go-redis/redis v6.15.2+incompatible
github.com/onsi/ginkgo v0.0.0-20180119174237-747514b53ddd // indirect
github.com/onsi/gomega v1.3.0 // indirect
github.com/sirupsen/logrus v0.0.0-20180129181852-768a92a02685
github.com/st3fan/dovecot-xaps-daemon v0.0.0-20190315235014-af50c8175e09
github.com/timehop/apns v0.0.0-20160922055839-7dfe710e494f
golang.org/x/crypto v0.0.0-20180127211104-1875d0a70c90 // indirect
golang.org/x/net v0.0.0-20180124060956-0ed95abb35c4 // indirect
golang.org/x/sys v0.0.0-20180126165840-ff2a66f350ce // indirect
golang.org/x/text v0.0.0-20171227012246-e19ae1496984 // indirect
gopkg.in/yaml.v2 v2.0.0 // indirect
)
17 changes: 17 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
github.com/go-redis/redis v6.15.2+incompatible h1:9SpNVG76gr6InJGxoZ6IuuxaCOQwDAhzyXg+Bs+0Sb4=
github.com/go-redis/redis v6.15.2+incompatible/go.mod h1:NAIEuMOZ/fxfXJIrKDQDz8wamY7mA7PouImQ2Jvg6kA=
github.com/onsi/ginkgo v0.0.0-20180119174237-747514b53ddd/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/gomega v1.3.0/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
github.com/sirupsen/logrus v0.0.0-20180129181852-768a92a02685 h1:lJ4DJ+cfcgJnYAVMNSkDfIOIHtpV/SNO2xJultzMDic=
github.com/sirupsen/logrus v0.0.0-20180129181852-768a92a02685/go.mod h1:pMByvHTf9Beacp5x1UXfOR9xyW/9antXMhjMPG0dEzc=
github.com/st3fan/dovecot-xaps-daemon v0.0.0-20190315235014-af50c8175e09 h1:utWKXyW1EJIE2aNJpNho0xLf9EgpmkOdywr0xFCbwAo=
github.com/st3fan/dovecot-xaps-daemon v0.0.0-20190315235014-af50c8175e09/go.mod h1:mKWeebiD0ONOd/hKHklu5Y9359VccQmo0gyClyEwoTs=
github.com/timehop/apns v0.0.0-20160922055839-7dfe710e494f h1:H1Opw5BBEDicJtpsgCRjXaPE88aSKI8frJam2caifW8=
github.com/timehop/apns v0.0.0-20160922055839-7dfe710e494f/go.mod h1:khuqRtFUAy1omVO/Qfu1Wq3V3uumCJN2MbG0H+rswpQ=
golang.org/x/crypto v0.0.0-20180127211104-1875d0a70c90 h1:DNyuYmiOz3AH2rGH1n4YsZUvxVhkeMvSs8s31jiWpm0=
golang.org/x/crypto v0.0.0-20180127211104-1875d0a70c90/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/net v0.0.0-20180124060956-0ed95abb35c4/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/sys v0.0.0-20180126165840-ff2a66f350ce h1:rL/NvE76zNX12KMlXYCdjlfOp+kjh5sYTnm5QjtNbrU=
golang.org/x/sys v0.0.0-20180126165840-ff2a66f350ce/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/text v0.0.0-20171227012246-e19ae1496984/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
gopkg.in/yaml.v2 v2.0.0/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74=
156 changes: 0 additions & 156 deletions vendor/github.com/onsi/ginkgo/CHANGELOG.md

This file was deleted.

13 changes: 0 additions & 13 deletions vendor/github.com/onsi/ginkgo/CONTRIBUTING.md

This file was deleted.

20 changes: 0 additions & 20 deletions vendor/github.com/onsi/ginkgo/LICENSE

This file was deleted.

Loading