taler-deployment

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

buildbot-master.service (453B)


      1 [Unit]
      2 Description=Buildbot master service
      3 AssertPathExists=/home/buildbot-master/master
      4 
      5 [Service]
      6 User=buildbot-master
      7 Group=buildbot-master
      8 WorkingDirectory=/home/buildbot-master
      9 ExecStart=/home/buildbot-master/.local/bin/buildbot --verbose start --nodaemon master
     10 ExecReload=/bin/kill -HUP $MAINPID
     11 Restart=always
     12 PrivateDevices=yes
     13 PrivateTmp=yes
     14 Environment="PATH=/bin:/home/buildbot-master/.local/bin:/usr/bin"
     15 
     16 [Install]
     17 WantedBy=default.target