Added Tor Snowflake files

This commit is contained in:
Steven Seifried 2022-10-09 19:34:08 +02:00
parent 17b301070e
commit 9be10e2b88
No known key found for this signature in database
GPG key ID: 174371A9356D63E5
3 changed files with 355 additions and 0 deletions

View file

@ -0,0 +1,18 @@
[Unit]
Description=Snowflake
Wants=network.target
After=syslog.target network-online.target
StartLimitIntervalSec=300
StartLimitBurst=10
[Service]
Type=simple
ExecStart=/home/snowflake/snowflake/proxy/proxy -log /home/snowflake/snowflake.log
Restart=on-failure
RestartSec=5
KillMode=process
User=snowflake
Group=snowflake
[Install]
WantedBy=multi-user.target