/snap/core18/2979/usr/lib/systemd/user
NameSizeModeActions
graphical-session-pre.target.wants/-0755rm
basic.target4970644editdlrm
bluetooth.target4190644editdlrm
default.target4540644editdlrm
exit.target5020644editdlrm
graphical-session-pre.target5460644editdlrm
graphical-session.target4840644editdlrm
paths.target3940644editdlrm
printer.target4170644editdlrm
shutdown.target4420644editdlrm
smartcard.target4200644editdlrm
sockets.target3960644editdlrm
sound.target4200644editdlrm
ssh-agent.service2560644editdlrm
systemd-exit.service5370644editdlrm
systemd-tmpfiles-clean.service6570644editdlrm
systemd-tmpfiles-clean.timer5330644editdlrm
systemd-tmpfiles-setup.service7200644editdlrm
timers.target4450644editdlrm
Edit: /snap/core18/2979/usr/lib/systemd/user/systemd-tmpfiles-setup.service (720B)
# SPDX-License-Identifier: LGPL-2.1+ # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] Description=Create User's Volatile Files and Directories Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8) DefaultDependencies=no Conflicts=shutdown.target Before=basic.target shutdown.target RefuseManualStop=yes [Service] Type=oneshot RemainAfterExit=yes ExecStart=/bin/systemd-tmpfiles --user --create --remove --boot SuccessExitStatus=65 [Install] WantedBy=basic.target