You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
573 B

  1. # This file is part of shadowsocks-libev.
  2. #
  3. # Shadowsocks-libev is free software; you can redistribute it and/or modify
  4. # it under the terms of the GNU General Public License as published by
  5. # the Free Software Foundation; either version 3 of the License, or
  6. # (at your option) any later version.
  7. #
  8. # This file is default for Debian packaging.
  9. [Unit]
  10. Description=Shadowsocks-libev Default Server Service
  11. After=network.target
  12. [Service]
  13. Type=simple
  14. User=nobody
  15. ExecStart=/usr/bin/ss-server -c /etc/shadowsocks-libev/config.json
  16. [Install]
  17. WantedBy=multi-user.target