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