Skip to content
Snippets Groups Projects
web_canvas.service 290 B
Newer Older
  • Learn to ignore specific revisions
  • [Unit]
    Description=Root web canvas service
    
    [Service]
    Environment="LD_LIBRARY_PATH=/home/whit/lib:${LD_LIBRARY_PATH}"
    Restart=always
    RestartSec=30
    ExecStart=/home/whit/bin/web_canvas_server -p 8233 -P 9233 -j -l -H 127.0.0.1  --output-dir /home/whit/.rwc
    
    [Install]
    WantedBy=default.target