Advertisement
Guest User

Untitled

a guest
May 7th, 2020
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. systemd.user.services."greenclip" = {
  2. Unit = {
  3. Description = "Clipboard manager integrated with Rofi";
  4. };
  5.  
  6. Install.WantedBy = [ "default.target" ];
  7.  
  8. Service = {
  9. ExecStart = "${pkgs.haskellPackages.greenclip}/bin/greenclip daemon";
  10. Type = "simple";
  11. Restart = "always";
  12. RestartSec = 2;
  13. };
  14. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement