--- /dev/null
+# Proxy the system suspend.target to a users suspend.target. Enable with:
+# systemctl enable suspend@$(whoami)
+[Unit]
+Description=Call user's suspend target when system suspends
+After=suspend.target
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/systemctl --user --machine=%i@ start --wait suspend.target
+
+[Install]
+WantedBy=suspend.target