/usr/lib/systemd/user/unity-panel-service.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 9 10 | [Unit]
Description=Backing Service for the Unity Panel
After=unity7.service
PartOf=graphical-session.target
BindsTo=indicators-pre.target
[Service]
ExecStartPre=/usr/lib/x86_64-linux-gnu/unity/systemd-prestart-check
ExecStart=/usr/lib/x86_64-linux-gnu/unity/unity-panel-service
Restart=on-failure
|