/lib/systemd/system/ufod.service is in ufod 0.15.1-1.
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 | [Unit]
Description=Remote node daemon for UFO
[Service]
ExecStart=/usr/bin/ufod --listen tcp://127.0.0.1:5000
|