cronie/bugfix-cronie-systemd-alias.patch
2019-09-30 10:36:10 -04:00

23 lines
531 B
Diff

From 4c99d56c0f7c0240298d39decda41c02b337b947 Mon Sep 17 00:00:00 2001
From: rpm-build <rpm-build>
Date: Mon, 26 Aug 2019 14:19:45 +0000
Subject: [PATCH] alias crond.service as cron.service
---
contrib/cronie.systemd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/cronie.systemd b/contrib/cronie.systemd
index 19f2a98..adaa18a 100644
--- a/contrib/cronie.systemd
+++ b/contrib/cronie.systemd
@@ -12,4 +12,4 @@ RestartSec=30s
[Install]
WantedBy=multi-user.target
-
+Alias=cron.service
--
2.19.1