blob: 8bf5e3a7099de9b3e60afbd2bca495dda31c9c9b [file] [log] [blame]
# Mount and then remount to enable exec/suid.
# mount --bind /mnt/stateful_partition/dev_image /usr/local
# mount -n -o remount,exec,suid /usr/local
[Unit]
Description=/usr/local
Requires=usr-local-remount.service
Before=local-fs.target
After=mnt-stateful_partition-make-private.service
[Mount]
What=/mnt/stateful_partition/dev_image
Where=/usr/local
Type=none
Options=bind
[Install]
WantedBy=local-fs.target