netoik-cicd/systemd/runner.service

13 lines
237 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Netoik automatic runner
After=network.target netoik-cicd-deployer
[Service]
User=netoik-cicd-runner
Group=netoik-cicd-runner
ExecStart=/usr/bin/netoik-cicd-runner
Restart=always
[Install]
WantedBy=multi-user.target