Files
omarchycn/config/systemd/user/omarchy-sleep-lock.service
T
Ryan Hughes 75cb4f7195 Make setup ISO-only
Remove legacy online installer entrypoints, collapse migrations for 4.0, and move setup responsibilities into target-side system, hardware, and user commands.
2026-06-04 18:37:32 -04:00

14 lines
230 B
Desktop File

[Unit]
Description=Lock Omarchy before suspend
After=dbus.socket
Requires=dbus.socket
[Service]
Type=simple
ExecStart=/usr/bin/omarchy-system-sleep-monitor
Restart=always
RestartSec=2
[Install]
WantedBy=graphical-session.target