Created
March 25, 2017 00:22
-
-
Save hardywu/403d37b8c5500f0b07df0d32fbad2711 to your computer and use it in GitHub Desktop.
systemd service unit file for https://github.com/esdeathlove/shadowsocks
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=Shadowsocksr-Server: a proxy server | |
After=network.target | |
[Service] | |
Type=forking | |
PIDFile=/run/shadowsocksrd.pid | |
WorkingDirectory=/root/shadowsocks | |
ExecStart=/root/shadowsocks/server.py | |
Restart=always | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment