mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 23:46:14 -04:00
17 lines
333 B
Desktop File
17 lines
333 B
Desktop File
[Unit]
|
|
Description=Snowflake Proxy
|
|
Documentation=man:snowflake-proxy
|
|
Documentation=https://snowflake.torproject.org/
|
|
After=network-online.target nss-lookup.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/snowflake-proxy
|
|
Restart=on-failure
|
|
|
|
DynamicUser=true
|
|
NoNewPrivileges=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|