From bf878d08ddfb01aaaf6f81ff4592764cd1c0b4ac Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 21 Nov 2018 12:01:39 +0100 Subject: Remove cron daemon, rewritten and split off into seperate repo Signed-off-by: David Oberhollenzer --- cmd/service/service.8 | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'cmd/service/service.8') diff --git a/cmd/service/service.8 b/cmd/service/service.8 index 3ca7cb2..139bdb5 100644 --- a/cmd/service/service.8 +++ b/cmd/service/service.8 @@ -28,12 +28,6 @@ configuration directory, pointing to the service template file. An optional argument can be supplied to parameterize the template. .TP -.BR schedule " " \fI\fP -If built with support for gcrond, enable a gcron service by creating a symlink -in the gcrond configuration directory, pointing to the service file. - -The extension \fB.gcron\fP is automatically appended to the service name. -.TP .BR disable " " \fI\fP " " \fI[arguments]\fP Disable (but do not stop) a system service by removing the corresponding symlink in the configuration directory. @@ -41,10 +35,6 @@ symlink in the configuration directory. If the service is parameterized, arguments have to be specified to disable the desired service instance. .TP -.BR unschedule " " \fI\fP -If built with support for gcrond, disable a gcron service by removing the -corresponding symlink in the gcron configuration directory. -.TP .BR dumpscript " " \fI\fP " " \fI[arguments]\fP Parse a service file from and produce a pseudo shell script containing the exact commands executed when starting the service. -- cgit v1.2.3