/usr/lib/systemd/user/click-user-hooks.service is in click 0.4.43+16.04.20160203-0ubuntu2.
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 | [Unit]
Description=Run Click user-level hooks
Documentation=man:click(1)
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/click hook run-user
Restart=no
[Install]
WantedBy=default.target
|