sd-switch

Crates.iosd-switch
lib.rssd-switch
version0.5.1
sourcesrc
created_at2024-06-15 11:05:51.04753
updated_at2024-07-03 08:42:14.628414
descriptionA systemd unit reload/restart utility for Home Manager
homepagehttps://sr.ht/~rycee/sd-switch/
repositoryhttps://git.sr.ht/~rycee/sd-switch
max_upload_size
id1272743
size236,301
Robert Helgesson (rycee)

documentation

README

sd-switch

About

A tool primarily built for Home Manager to assist with reloading and restarting systemd units.

Bug Reports and Sending Patches

Bug reports and patches are managed through my sourcehut public inbox.

Development

The intended development flow is to use a Nix Flake development shell, e.g., using Direnv or directly running

$ nix develop .
…

This will help set up a shell containing the necessary development dependencies. This shell will also be populated with a few utilities, which can be run directly in the terminal.

  • p-format -- will format the project's Rust, and Nix code.

License

GNU General Public License v3.0 or later

Commit count: 0

cargo fmt