14 lines
302 B
SYSTEMD
14 lines
302 B
SYSTEMD
[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 start
|
|
ExecStop=/usr/bin/netoik-cicd-runner stop
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|