systemd.unit 198 B

123456789
  1. [Unit]
  2. Description=tCMS
  3. [Install]
  4. WantedBy=default.target
  5. [Service]
  6. ExecStart=starman --error-log __REPLACEME__/tCMS.log -p __PORT__ __REPLACEME__/www/server.psgi
  7. WorkingDirectory= __REPLACEME__/