summarylogtreecommitdiffstats
path: root/shadowsocksr-native-server@.service
blob: 638d44dd84a7b7eca050c22ba0b4a907c9c1dbd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=ShadowsocksR-native server service for %I
After=network.target

[Service]
Type=simple
WorkingDirectory=/etc/ssr-native
ExecStart=/usr/bin/ssr-server -c %i.json
DynamicUser=yes
ProtectHome=true

[Install]
WantedBy=multi-user.target