Skip to content

Commit

Permalink
The service name is cron, not crond.
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-schlichtherle committed Sep 14, 2019
1 parent f5906eb commit 2f3159f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/debian-up/handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
state: reloaded
- name: restart cron
service:
name: crond
name: cron
state: restarted
- name: reboot system
reboot: {}

0 comments on commit 2f3159f

Please sign in to comment.