vicinae: fix use of /bin/kill in user systemd file
Otherwise the service would quit with a 203/EXEC error when started directly
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
abseil-cpp,
|
||||
cmake,
|
||||
cmark-gfm,
|
||||
coreutils,
|
||||
fetchFromGitHub,
|
||||
fetchNpmDeps,
|
||||
kdePackages,
|
||||
@@ -92,6 +93,11 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
|
||||
}"
|
||||
];
|
||||
|
||||
postFixup = ''
|
||||
substituteInPlace $out/share/systemd/user/vicinae.service \
|
||||
--replace-fail "/bin/kill" "${lib.getExe' coreutils "kill"}"
|
||||
'';
|
||||
|
||||
passthru.updateScript = ./update.sh;
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user