Skip to content

Instantly share code, notes, and snippets.

@pschmitt
Created September 11, 2014 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pschmitt/c1be13f3003a0f4f0c2d to your computer and use it in GitHub Desktop.
Save pschmitt/c1be13f3003a0f4f0c2d to your computer and use it in GitHub Desktop.
taskd service file
[Unit]
Description=TaskWarrior sync server
[Service]
User=task
Type=forking
PIDFile=/var/lib/task/taskd.pid
Requires=network-online.target
Environment="TASKDDATA=/var/lib/task/data"
ExecStart=/usr/bin/taskdctl start
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment