ctbrec

ctbrec systemd service file

May 30th, 2020
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. [Unit]
  2. Description=CTB Recorder
  3. After=network.target
  4.  
  5. [Service]
  6. WorkingDirectory=/opt/ctbrec
  7. SyslogIdentifier=SocketTest
  8. ExecStart=-/usr/bin/java -Xmx256m -cp ctbrec-server-3.7.0-final.jar -Dctbrec.config=server.json ctbrec.recorder.server.HttpServer
  9. User=ctbrec
  10. Type=simple
  11.  
  12. [Install]
  13. WantedBy=multi-user.target
Add Comment
Please, Sign In to add comment