diff --git a/facts/general/service.yml b/facts/general/service.yml
index 7f00c07..2c4c318 100644
--- a/facts/general/service.yml
+++ b/facts/general/service.yml
@@ -11,6 +11,8 @@
     sshd: sshd
     sshd_pattern: sshd
     sshd_config: /etc/ssh/sshd_config
+    crond: cron
+    crond_pattern: cron
 
 
 - name: General | Facts | Service | Linux
@@ -18,6 +20,13 @@
   when: ansible_system == "Linux"
 
 
+- name: General | Facts | Service | Linux
+  set_fact:
+    crond: cronie
+    crond_pattern: cronie
+  when: ansible_distribution == "Archlinux"
+
+
 - name: General | Facts | Service | FreeBSD
   set_fact:
   when: ansible_system == "FreeBSD"
\ No newline at end of file