/lib/systemd/system/urfkill.service is in urfkill 0.6.0~20150318.103828.5539c0d.1-0ubuntu6.
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 | [Unit]
Description=killswitch manager
Documentation=man:urfkill(7) man:urfkilld(8)
[Service]
ExecStart=/usr/lib/x86_64-linux-gnu/urfkill/urfkilld
Restart=on-failure
[Install]
WantedBy=multi-user.target
|