Unanswered
Hello,
I'M Trying To Spin Up Agents Thru Systemd Service, But It'S Failing:
# Contents of /etc/systemd/system/clearml-spin-up-agent.service
[Unit]
Description=ClearML Spin up agent service
After=network.target
[Service]
Type=simple
Restart=always
User=clearml
WorkingDirectory=/home/clearml
ExecStart=/home/clearml/spin_up_clearml_agent.sh
[Install]
WantedBy=multi-user.target
52 Views
0
Answers
3 months ago
3 months ago