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