Commit 27c25960 by Bach Dániel

add systemd unit file

parent 98d42dd4
[Unit]
Description=CIRCLE agentdriver
BindsTo=node.service
[Service]
User=cloud
Group=cloud
WorkingDirectory=/home/cloud/agentdriver
ExecStart=/bin/bash -c "source /etc/profile; workon agentdriver; exec python agentdriver.py"
Restart=always
[Install]
WantedBy=multi-user.target
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 sign in to comment