14 lines
270 B
Desktop File
14 lines
270 B
Desktop File
[Unit]
|
|
Description=1Password CLI SignIn
|
|
After=graphical-session.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Environment="DISPLAY=:0"
|
|
Environment="WAYLAND_DISPLAY=wayland-0"
|
|
Environment="OP_BIOMETRIC_UNLOCK_ENABLED=true"
|
|
ExecStart=/bin/sh op signin
|
|
|
|
[Install]
|
|
WantedBy=default.target
|