aboutsummaryrefslogtreecommitdiff
path: root/cmd/service/service.8
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-11-21 12:01:39 +0100
committerDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-11-21 12:01:39 +0100
commitbf878d08ddfb01aaaf6f81ff4592764cd1c0b4ac (patch)
treef7cc8b6ec19f45dd98bfb94b40952cd3ef0282d9 /cmd/service/service.8
parentdc6358b0e1d0dca85c5d7114973adcff7ed36bfb (diff)
Remove cron daemon, rewritten and split off into seperate repo
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'cmd/service/service.8')
-rw-r--r--cmd/service/service.810
1 files changed, 0 insertions, 10 deletions
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<service>\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<service>\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<service>\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<service>\fP " " \fI[arguments]\fP
Parse a service file from and produce a pseudo shell script containing the
exact commands executed when starting the service.