diff options
| author | Luke Hoersten <[email protected]> | 2020-09-05 19:27:02 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-09-05 19:27:02 -0500 |
| commit | 95c0693bc586b331c4d140b9e85872159bc02988 (patch) | |
| tree | dbd6aa4dbcd08ec066eacd750b7ce34f92898308 /oragono/tasks | |
| parent | c9c617dd1efa1d86a7e6e37d8244bc2af0ea8c69 (diff) | |
Moved oragono socket to more persistent location.
Diffstat (limited to 'oragono/tasks')
| -rw-r--r-- | oragono/tasks/main.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/oragono/tasks/main.yaml b/oragono/tasks/main.yaml index 1a06173..f2c982d 100644 --- a/oragono/tasks/main.yaml +++ b/oragono/tasks/main.yaml @@ -34,7 +34,6 @@ loop: - "/etc" - "/var" - - "/run" - name: configure oragono become: yes @@ -55,8 +54,8 @@ - name: install oragono service become: yes - template: - src: "oragono.service.j2" + copy: + src: "oragono.service" dest: "/lib/systemd/system/oragono.service" mode: "0644" notify: restart oragono |
