/lib/systemd/system/snapd.autoimport.service is in snapd 2.32.5+18.04.
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 11 12 | [Unit]
Description=Auto import assertions from block devices
After=snapd.service snapd.socket
# don't run on classic
ConditionKernelCommandLine=snap_core
[Service]
Type=oneshot
ExecStart=/usr/bin/snap auto-import
[Install]
WantedBy=multi-user.target
|