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.

Revisions

  1. meonkeys created this gist Jan 16, 2020.
    14 changes: 14 additions & 0 deletions taskd.service
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    [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