mirror of
https://github.com/m1ngsama/automa.git
synced 2026-03-26 10:43:49 +00:00
Deploy scripts now look for templates in INFRA_DIR first, then fall back to the bundled copies in automa. This makes automa fully self-contained: a .env with filled values is all that is needed — no infra checkout required. Bundle: config.json.example, privoxy.conf.example, shadowsocks-client.service, shadowsocks-rust.service, frps.toml.example, frps.service, frpc.toml.example, frpc.service
14 lines
313 B
Desktop File
14 lines
313 B
Desktop File
[Unit]
|
|
Description=Shadowsocks-Rust Server
|
|
Documentation=https://github.com/shadowsocks/shadowsocks-rust
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/ssserver-rust -c /etc/shadowsocks-rust/config.json
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
LimitNOFILE=51200
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|