apple / foundationdb

FoundationDB - the open source, distributed, transactional key-value store
https://apple.github.io/foundationdb/
Apache License 2.0
14.51k stars 1.31k forks source link

create systemd init script #241

Open pdeva opened 6 years ago

pdeva commented 6 years ago

a systemd init script would allow easy installation and management on all modern linux platforms

thoughtpolice commented 6 years ago

There is a systemd unit file (essentially, written in Nix code) that I have written for NixOS. I'll look at opening an issue with more details soon.

edit: https://github.com/NixOS/nixpkgs/blob/18f28a6413e33416576f632367f0a4816c74c188/nixos/modules/services/databases/foundationdb.nix#L293 for the curious