Unverified Commit 6757777b authored by Dapa's avatar Dapa Committed by GitHub

Update deepcc.service

parent 51e631c8
[Unit]
Description=<project description>
Description=DeepCC Service
[Service]
User=root
WorkingDirectory=<path to your project directory containing your python script>
ExecStart=/home/jovyan/.virtualenv/bin/python3
WorkingDirectory=~/.virtualenv/bin
ExecStart=daemon
Restart=always
RestartSec=1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment