This file is indexed.

/lib/systemd/system/taskd.service is in taskd 1.1.0+dfsg-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
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