3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #151144 from Sohalt/spacenavd-syslog

nixos/spacenavd: remove syslog.target
This commit is contained in:
Aaron Andersen 2021-12-17 21:47:23 -05:00 committed by GitHub
commit eeef6e1341
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,6 @@ in {
config = mkIf cfg.enable {
systemd.user.services.spacenavd = {
description = "Daemon for the Spacenavigator 6DOF mice by 3Dconnexion";
after = [ "syslog.target" ];
wantedBy = [ "graphical.target" ];
serviceConfig = {
ExecStart = "${pkgs.spacenavd}/bin/spacenavd -d -l syslog";