You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

scalelite-auto-deployer.service 179B

123456789
  1. [Unit]
  2. Description=ScaleLite Auto Deployer
  3. [Service]
  4. ExecStart=/bin/bash /opt/scalelite-run/scripts/deploy.sh
  5. [Install]
  6. WantedBy=multi-user.target
  7. Alias=scalelite-auto-deployer