File Explorer

/proc/self/root/proc/self/root/usr/lib/systemd/system

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

rpmdb-rebuild.service446 B · 20 lines
[Unit]Description=RPM database rebuildConditionPathExists=/var/lib/rpm/.rebuilddb # This should run before any daemons that may open the rpmdbDefaultDependencies=noAfter=sysinit.targetBefore=basic.target shutdown.targetConflicts=shutdown.target# In case /var is remote-mountedRequiresMountsFor=/var [Service]Type=oneshotExecStart=/usr/bin/rpmdb --rebuilddbExecStartPost=rm -f /var/lib/rpm/.rebuilddb [Install]WantedBy=basic.target