netoik-cicd/systemd/runner.service

13 lines
254 B
SYSTEMD
Raw Permalink Normal View History

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