taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

buildbot-worker-checker.service (343B)


      1 [Unit]
      2 Description=Buildbot worker service for the integration test
      3 AssertPathExists=%h/worker
      4 
      5 [Service]
      6 WorkingDirectory=%h
      7 ExecStart=/usr/bin/buildbot-worker start --nodaemon worker
      8 ExecReload=/usr/bin/buildbot-worker restart --nodaemon worker
      9 ExecStop=/usr/bin/buildbot-worker stop worker
     10 Restart=always
     11 
     12 [Install]
     13 WantedBy=default.target