mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
nixos/spacenavd: remove syslog.target
This commit is contained in:
parent
4edd5c91ca
commit
9718fc1211
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
systemd.user.services.spacenavd = {
|
systemd.user.services.spacenavd = {
|
||||||
description = "Daemon for the Spacenavigator 6DOF mice by 3Dconnexion";
|
description = "Daemon for the Spacenavigator 6DOF mice by 3Dconnexion";
|
||||||
after = [ "syslog.target" ];
|
|
||||||
wantedBy = [ "graphical.target" ];
|
wantedBy = [ "graphical.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "${pkgs.spacenavd}/bin/spacenavd -d -l syslog";
|
ExecStart = "${pkgs.spacenavd}/bin/spacenavd -d -l syslog";
|
||||||
|
|
Loading…
Reference in a new issue