mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
- use supervise-daemon - swap need net do after net Also removed slash from the links Signed-off-by: Filip Kobierski <fkobi@pm.me>
17 lines
332 B
Desktop File
17 lines
332 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
|