1 # Proxy the system suspend.target to a users suspend.target. Enable with:
 
   2 #    systemctl enable suspend@$(whoami)
 
   4 Description=Call user's suspend target when system suspends
 
   9 ExecStart=/usr/bin/systemctl --user --machine=%i@ start --wait suspend.target
 
  12 WantedBy=suspend.target