archrelease: copy trunk to community-x86_64
[ArchLinux/community.git] / shadowsocks / trunk / shadowsocks-server@.service
blob5173710ff37ac8ec5411c558b8a1751ca22aafa0
1 [Unit]
2 Description=Shadowsocks Server Service
3 After=network.target
5 [Service]
6 Type=simple
7 User=nobody
8 ExecStart=/usr/bin/ssserver -c /etc/shadowsocks/%i.json
10 [Install]
11 WantedBy=multi-user.target