File: 001-log-to-stdout.patch

package info (click to toggle)
taskd 1.1.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,580 kB
  • sloc: cpp: 13,971; python: 1,523; sh: 1,052; perl: 610; ansic: 48; makefile: 15
file content (18 lines) | stat: -rw-r--r-- 573 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Log output to stdout (systemd)
Author: Gordon Ball <gordon@chronitis.net>
Forwarded: https://bug.tasktools.org/browse/TD-100
Reviewed-by: Sebastien Badia <seb@sebian.fr>
Applied-Upstream: 8bc4350b65cb973e72fa7e94781e445b5698c6e4
Last-Update: 2015-07-16

--- a/scripts/systemd/taskd.service
+++ b/scripts/systemd/taskd.service
@@ -4,7 +4,7 @@
 Documentation=http://taskwarrior.org/docs/
 
 [Service]
-ExecStart=/usr/bin/taskd server --data /var/lib/taskd
+ExecStart=/usr/bin/taskd server --data /var/lib/taskd --log=-
 Restart=on-abort
 Type=simple
 User=taskd