mirror of
https://github.com/bolucat/Archive.git
synced 2025-09-26 20:21:35 +08:00
17 lines
335 B
Desktop File
17 lines
335 B
Desktop File
[Unit]
|
|
Description=Yet Another Shadow Socket
|
|
After=network-online.target nss-lookup.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=exec
|
|
User=nobody
|
|
ExecStart=/usr/bin/yass_cli -c /etc/yass/config.json -logtostderr
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
RestartPreventExitStatus=23
|
|
LimitNOFILE=65536
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|