/lib/systemd/system/failsafe-x.service is in xdiagnose 3.8.8.
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=X.org diagnosis failsafe
Conflicts=shutdown.target graphical.target
Requires=plymouth-quit.service
After=plymouth-quit.service
[Service]
ExecStart=-/usr/share/xdiagnose/failsafeXServer
Type=idle
KillMode=process
|