Skip to content

Instantly share code, notes, and snippets.

@meonkeys
Created January 16, 2020 18:07
Show Gist options
  • Save meonkeys/098699c7d6925cc036f8a06adc40ac86 to your computer and use it in GitHub Desktop.
Save meonkeys/098699c7d6925cc036f8a06adc40ac86 to your computer and use it in GitHub Desktop.
systemd unit for taskwarrior taskd
[Unit]
Description=Secure server providing multi-user, multi-client access to task data
After=network.target
Documentation=http://taskwarrior.org/docs/
[Service]
ExecStart=/usr/bin/taskd server --data /var/lib/taskd --log=-
Restart=on-abort
Type=simple
User=Debian-taskd
Group=Debian-taskd
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment