Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
taskdctl(1)			  User Manuals			     taskdctl(1)

NAME
     taskdctl - Taskserver control program

SYNOPSIS
     taskdctl [start|stop|restart|graceful|status]

DESCRIPTION
     The taskdctl program allows you to start and stop Taskserver. The TASKDDATA
     environment  variable  is used to locate the root data structure, and query
     the configuration to obtain the location of the pid file.

COMMANDS
     Taskdctl supports several commands:

     taskdctl start
	    Starts the server as a daemon, if it is not already running.  It  is
	    harmless to run this command if the server is already running.

     taskdctl stop
	    Stops the server, if it is running.  It is harmless to run this com-
	    mand if the server is not running.

     taskdctl restart
	    Stops  the	server,  if it is running, then starts the server again.
	    This is done by killing the server process.  This will interrupt any
	    current sync sessions, probably causing an error.  It is harmless to
	    run this command if the server is not running.

     taskdctl graceful
	    Stops the server, if it is running, by waiting for the server to  go
	    idle,  then  restarts  the	server	again.	 This is done by sending
	    SIGHUP signal to the server.  This will not  interrupt  any  current
	    sync  sessions.  It is harmless to run this command if the server is
	    not running.

     taskdctl status
	    Shows the status of the Taskserver, whether it is running or not.

ENVIRONMENT VARIABLES
     Taskdctl requires that the TAKSDDATA environment variable be properly  set.
     This is because the root data structure is accessed.

CREDITS & COPYRIGHTS
     Copyright (C) 2010 - 2015, GA<paragraph>teborg Bit Factory.

     Taskserver  is  distributed  under  the  MIT  license. See http://www.open-
     source.org/licenses/mit-license.php for more information.

SEE ALSO
     taskd(1),taskdrc(5)

     For more information regarding Taskserver, see the following:

     The official site at
	    <http://taskwarrior.org>

     The official code repository at
	    <https://git.tasktools.org/scm/tm/taskd.git>

     You can contact the project by emailing
	    <support@taskwarrior.org>

REPORTING BUGS
     Bugs in Taskserver may be reported to the issue-tracker at
	    <http://taskwarrior.org

taskd 1.1.0			   2015-05-10			     taskdctl(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=taskdctl&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help