numlock: set RemainAfterExit for numlockx.service

This commit is contained in:
Tobias Happ 2019-08-14 20:41:19 +02:00 committed by Robert Helgesson
parent 2eae9daae7
commit 5c94538c7d
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -23,6 +23,7 @@ in
Service = {
Type = "oneshot";
RemainAfterExit = true;
ExecStart = "${pkgs.numlockx}/bin/numlockx";
};