mirror of
https://github.com/nix-community/home-manager
synced 2025-01-12 03:59:49 +01:00
12 lines
219 B
SYSTEMD
12 lines
219 B
SYSTEMD
|
[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
|