diff options
| author | Luke Hoersten <[email protected]> | 2020-11-07 09:02:45 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-11-07 09:02:45 -0600 |
| commit | 3d30588add048790923563ab8ff96a151adc9552 (patch) | |
| tree | 924f54f7c3670fc0d075f9589b248353f840a138 /lnd/handlers | |
| parent | ddbaa939d432e7a6f4815694cb02a64a264db768 (diff) | |
Fixed lnd handlers.
Diffstat (limited to 'lnd/handlers')
| -rw-r--r-- | lnd/handlers/main.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lnd/handlers/main.yaml b/lnd/handlers/main.yaml new file mode 100644 index 0000000..e4b7b18 --- /dev/null +++ b/lnd/handlers/main.yaml @@ -0,0 +1,5 @@ +--- + +- name: restart lnd + become: yes + systemd: service="lnd.service" state="restarted" daemon_reload="yes" |
