Browse Source

RPM uses `/usr` instead of `/usr/local` as the prefix.

pull/168/head
Symeon Huang 10 years ago
parent
commit
350c3546fa
1 changed files with 1 additions and 1 deletions
  1. 2
      rpm/SOURCES/etc/init.d/shadowsocks-libev

2
rpm/SOURCES/etc/init.d/shadowsocks-libev

@ -24,7 +24,7 @@
# Daemon
NAME=shadowsocks-server
DAEMON=/usr/local/bin/ss-server
DAEMON=/usr/bin/ss-server
# Path to the configuration file.
#

Loading…
Cancel
Save