netoik-cicd/systemd/deployer.service

14 lines
274 B
SYSTEMD
Raw Normal View History

2023-02-18 12:49:35 +00:00
[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
2023-02-18 12:49:35 +00:00
Restart=always
[Install]
WantedBy=multi-user.target