3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #209182 from jamesbt365/opentabletdriver-configurations

opentabletdriver: remove hardcoded config path
This commit is contained in:
Thiago Kenji Okada 2023-01-05 20:46:37 +00:00 committed by GitHub
commit 492690e923
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ in
serviceConfig = {
Type = "simple";
ExecStart = "${cfg.package}/bin/otd-daemon -c ${cfg.package}/lib/OpenTabletDriver/Configurations";
ExecStart = "${cfg.package}/bin/otd-daemon";
Restart = "on-failure";
};
};