summarylogtreecommitdiffstats
path: root/shadowsocks-rust-server@.service
blob: 5a1de3cddbf82f8aefe37030afeb3f0ad978b42e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Shadowsocks-Rust Server Service
After=network.target

[Service]
Type=simple
DynamicUser=yes
ExecStart=/usr/bin/ssserver -c /etc/shadowsocks/%i.json --log-without-time

[Install]
WantedBy=multi-user.target