/usr/lib/systemd/user/unity-panel-service-lockscreen.service is in unity-services 7.5.0+18.04.20180413-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 | [Unit]
Description=Backing Service for the Unity Panel in Lockscreen mode
PartOf=unity-screen-locked.target
[Service]
ExecStartPre=/usr/lib/x86_64-linux-gnu/unity/systemd-prestart-check
ExecStart=/usr/lib/x86_64-linux-gnu/unity/unity-panel-service --lockscreen-mode
Restart=on-failure
|