16 lines
341 B
Desktop File
16 lines
341 B
Desktop File
[Unit]
|
|
Description=Shadowsocks-Rust Server Service
|
|
After=network.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
DynamicUser=yes
|
|
NoNewPrivileges=yes
|
|
AmbientCapabilities=CAP_NET_BIND_SERVICE CAP_NET_ADMIN
|
|
ExecStart=/usr/bin/ssservice server --log-without-time -c /etc/shadowsocks-rust/%i.json
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|