taler-deployment

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

buildbot-worker-container.service (466B)


      1 [Unit]
      2 Description=Buildbot worker service for container worker
      3 AssertPathExists=/home/container-worker/worker
      4 
      5 [Service]
      6 User=container-worker
      7 Group=container-worker
      8 WorkingDirectory=~
      9 ExecStart=/home/container-worker/.local/bin/buildbot-worker start --nodaemon worker
     10 ExecReload=/home/container-worker/.local/bin/buildbot-worker sighup worker
     11 ExecStop=/home/container-worker/.local/bin/buildbot-worker stop worker
     12 Restart=always
     13 
     14 [Install]
     15 WantedBy=default.target