Created
January 16, 2020 18:07
-
-
Save meonkeys/098699c7d6925cc036f8a06adc40ac86 to your computer and use it in GitHub Desktop.
Revisions
-
meonkeys created this gist
Jan 16, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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