rp systemd unit file: introduce and test

This commit is contained in:
Jacek Galowicz
2024-11-14 17:20:45 +01:00
committed by Paul Spooren
parent cd7558594f
commit 6048ebd3d9
4 changed files with 189 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ rustPlatform.buildRustPackage {
postInstall = ''
mkdir -p $out/lib/systemd/system
install systemd/rosenpass@.service $out/lib/systemd/system
install systemd/rp@.service $out/lib/systemd/system
install systemd/rosenpass.target $out/lib/systemd/system
'';