diff options
| author | Luke Hoersten <[email protected]> | 2020-07-04 11:00:20 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-07-04 11:00:20 -0500 |
| commit | 173b1554013ec29dd60b701d4d49e1161fed2523 (patch) | |
| tree | ff7cf617bf45e53661a0570fe9780bc0feafacf5 /ngircd/handlers/main.yaml | |
| parent | 578da7e200490a1c1a8f34bd2c8929c765ac58f4 (diff) | |
Got ngircd + atheme services roles working.
Diffstat (limited to 'ngircd/handlers/main.yaml')
| -rw-r--r-- | ngircd/handlers/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ngircd/handlers/main.yaml b/ngircd/handlers/main.yaml index 7478b59..3f2905f 100644 --- a/ngircd/handlers/main.yaml +++ b/ngircd/handlers/main.yaml @@ -2,4 +2,4 @@ - name: restart ngircd become: yes - systemd: name="ngircd" state="restarted" daemon_reload="yes" + systemd: name="ngircd.service" state="restarted" daemon_reload="yes" |
