graysky2 / anything-sync-daemon

Symlinks and syncs user specified dirs to RAM thus reducing HDD/SDD calls and speeding-up the system.
https://wiki.archlinux.org/index.php/Anything-sync-daemon
MIT License
349 stars 44 forks source link

Dropped initscript support and distros other than Arch #10

Closed livnev closed 11 years ago

livnev commented 11 years ago

Hello again. Do I understand correctly that you dropping initscript support in favour of systemd on this project means that asd can't be used with say systemv as on Debian/Ubuntu? Please correct me if I misunderstood, but I love using profile-sync-daemon on Debian (though I love Arch too) and I can't quite see what about this project is different so that it should have narrower support.

graysky2 commented 11 years ago

No. Currently, I am only officially supporting systemd distros like Arch, Fedora, etc. You will just need to write a Debian/Ubuntu initscript. You can base one on the included one in psd. When I have time, I would like to extend support for this project to other distros as well... really, maintaining two utils psd and asd is wasteful. I would really merge them into a single until: one with functionality to sync automatically browser profiles and also give users the flexibility of asd to select any directory. One day...

livnev commented 11 years ago

I see. That does indeed sound like the ideal solution. I will try to adapt the psd initscript and see how it goes. Many thanks.

graysky2 commented 11 years ago

I took a stab at this and will push the code in a few.

livnev commented 11 years ago

Awesome, it works like a charm.