summaryrefslogtreecommitdiff
path: root/cronie.initd
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2018-09-20 16:41:45 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2018-09-20 16:41:45 -0700
commita13cfc2de8c8d092e6123601c98cda5d5217fb17 (patch)
treeac3c67c843e08497c8be91b6d44c08ca62c3abed /cronie.initd
parentInitial commit (diff)
downloadcronie-openrc-a13cfc2de8c8d092e6123601c98cda5d5217fb17.tar.xz
Adjusted path to /bin
Diffstat (limited to 'cronie.initd')
-rw-r--r--cronie.initd4
1 files changed, 2 insertions, 2 deletions
diff --git a/cronie.initd b/cronie.initd
index 793e621..d49b562 100644
--- a/cronie.initd
+++ b/cronie.initd
@@ -1,8 +1,8 @@
-#!/sbin/openrc-run
+#!/bin/openrc-run
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-command="/usr/sbin/crond"
+command="/usr/bin/crond"
command_args="${CRONDARGS}"
pidfile="/var/run/crond.pid"