Created
August 22, 2015 01:35
-
-
Save oldcai/20c70a377c97ff622f30 to your computer and use it in GitHub Desktop.
Shadowsocks systemd.service config file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Great Shadowsocks Server | |
Wants=network-online.target | |
After=network.target | |
[Service] | |
Type=simple | |
PIDFile=/run/shadowsocks.pid | |
ExecStart=/usr/local/bin/ss-server -c /etc/sysconfig/shadowsocks | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment