mirror of
https://github.com/kidwellj/proxmox-scripts.git
synced 2025-07-01 13:24:09 +00:00
Added Tor Snowflake files
This commit is contained in:
parent
17b301070e
commit
9be10e2b88
3 changed files with 355 additions and 0 deletions
18
systemd_files/snowflake.service
Normal file
18
systemd_files/snowflake.service
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue