Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64
Your IP : 3.144.252.243
[Unit]
Description=Auto import assertions from block devices
After=snapd.service snapd.socket snapd.seeded.service
# don't run on classic
ConditionKernelCommandLine=|snap_core
# TODO:UC20: only enable this in run mode?
ConditionKernelCommandLine=|snapd_recovery_mode
[Service]
Type=oneshot
ExecStart=/usr/bin/snap auto-import
[Install]
WantedBy=multi-user.target
# This cannot be started on firstboot
# X-Snapd-Snap: do-not-start
|