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 168B

123456789
  1. [Unit]
  2. Description=ScaleLite Auto Deployer
  3. [Service]
  4. ExecStart=/bin/bash /usr/local/bin/scalelite-deploy
  5. [Install]
  6. WantedBy=multi-user.target
  7. Alias=scalelite.service