瀏覽代碼

systemd service unit

master
父節點
當前提交
97dc2a1ab9
共有 1 個檔案被更改,包括 9 行新增0 行删除
  1. +9
    -0
      tasks/setup.yaml

+ 9
- 0
tasks/setup.yaml 查看文件

@@ -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…
取消
儲存