Two prefix commands for tmux?

We have a tmux session that several people need to connect to. Some people like the Ctrl+a prefix shortcut and some people prefer the default Ctrl+b shortcut. Is there anything I can put in the .tmux.conf file to allow both shortcuts to work?

systemd – umount device after service which depends on it finishes

I’m trying to implement a mechanism of automated backup using udev rules and systemd. The idea is to launch a backup routine upon hot-plugging a specific storage device, quite similar to this question, for which I provided an answer myself by the way, but here I’m interesteded in discussing some further tweaks. Namely I want the device to be umounted after the backup service finishes.