Created
September 11, 2014 18:03
-
-
Save pschmitt/c1be13f3003a0f4f0c2d to your computer and use it in GitHub Desktop.
taskd service file
This file contains 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 characters
[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