/usr/lib/systemd/system/cryptmount.service is in cryptmount 4.5-1.
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 13 14 15 | # systemd definition for 'cryptmount'
[Unit]
Description=cryptmount startup
After=local-fs.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/cryptmount --system-boot
ExecStop=/usr/bin/cryptmount --system-shutdown
ExecStopPost=/usr/bin/cryptmount --safetynet
[Install]
WantedBy=basic.target
|