mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
nixos/widnow-managers/xmonad: fix systemd identifier for xmonad
This commit is contained in:
parent
5834d78a20
commit
1390ed10e7
@ -86,7 +86,7 @@ in
|
||||
${xmonadBin}
|
||||
waitPID=$!
|
||||
'' else ''
|
||||
${xmonad}/bin/xmonad &
|
||||
systemd-cat -t xmonad ${xmonad}/bin/xmonad &
|
||||
waitPID=$!
|
||||
'';
|
||||
}];
|
||||
|
Loading…
Reference in New Issue
Block a user