Sfoglia il codice sorgente

systemd service unit

master
parent
commit
97dc2a1ab9
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. +9
    -0
      tasks/setup.yaml

+ 9
- 0
tasks/setup.yaml Vedi File

@@ -5,3 +5,12 @@
name:
- buildbot-worker
executable: pip3

# source of unit file from https://github.com/buildbot/buildbot-contrib/blob/master/worker/contrib/systemd/buildbot-worker%40.service
- name: buildbot-worker systemd service unit
copy:
src: systemd/buildbot-worker@.service
dest: /etc/systemd/system/buildbot-worker@.service
notify:
- systemd daemon reload
- restart buildbot-worker service

Loading…
Annulla
Salva