[Pkg-privacy-commits] [Git][pkg-privacy-team/snowflake][debian/sid] 2 commits: Allow passing flags to proxy via /etc/default

meskio (@meskio-guest) gitlab at salsa.debian.org
Tue Apr 9 12:52:58 BST 2024



meskio pushed to branch debian/sid at Privacy Maintainers / snowflake


Commits:
059b96ad by Johannes Christ at 2023-08-23T00:22:12+02:00
Allow passing flags to proxy via /etc/default

- - - - -
47e36bbb by meskio at 2024-04-09T11:52:52+00:00
Merge branch 'add-cli-arguments-support' into 'debian/sid'

Allow passing flags to proxy via /etc/default

See merge request pkg-privacy-team/snowflake!4
- - - - -


2 changed files:

- + debian/snowflake-proxy.default
- debian/snowflake-proxy.service


Changes:

=====================================
debian/snowflake-proxy.default
=====================================
@@ -0,0 +1,4 @@
+# snowflake-proxy configuration options
+
+# Extra options to pass to snowflake-proxy, see snowflake-proxy(1)
+ARGS=""


=====================================
debian/snowflake-proxy.service
=====================================
@@ -6,7 +6,8 @@ After=network-online.target docker.socket firewalld.service
 Wants=network-online.target
 
 [Service]
-ExecStart=/usr/bin/snowflake-proxy
+EnvironmentFile=-/etc/default/snowflake-proxy
+ExecStart=/usr/bin/snowflake-proxy $ARGS
 
 [Install]
 WantedBy=multi-user.target



View it on GitLab: https://salsa.debian.org/pkg-privacy-team/snowflake/-/compare/2ec0b5e3fa6bf1447b6be6d4da37d5333a71b08a...47e36bbb4a2a43af2cdc55fff048100d67cbb306

-- 
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/snowflake/-/compare/2ec0b5e3fa6bf1447b6be6d4da37d5333a71b08a...47e36bbb4a2a43af2cdc55fff048100d67cbb306
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-privacy-commits/attachments/20240409/90a4be3e/attachment.htm>


More information about the Pkg-privacy-commits mailing list