This file is indexed.

/etc/init/reload-smbd.conf is in samba 2:4.3.8+dfsg-0ubuntu1.

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
description "Samba Auto-reload Integration"
author      "James Page <james.page@ubuntu.com>"

start on started cups

task

script
    if status smbd | grep -q "running"; then
        reload smbd
    fi
end script