1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-01-12 03:59:49 +01:00
home-manager/tests/modules/services/copyq/dont-force-x-expected.service

12 lines
219 B
SYSTEMD
Raw Normal View History

2024-12-28 11:16:56 +01:00
[Install]
WantedBy=graphical-session.target
[Service]
ExecStart=@copyq@/bin/copyq
Restart=on-failure
[Unit]
After=graphical-session.target
Description=CopyQ clipboard management daemon
PartOf=graphical-session.target