Run wrapper from systemd unit
This commit is contained in:
parent
db45303bb3
commit
aeea8a8bd3
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@
|
|||
systemd.user.services.sunshine = {
|
||||
description = "Sunshine is a Gamestream host for Moonlight";
|
||||
|
||||
serviceConfig.ExecStart = "${sunshine}/bin/sunshine";
|
||||
serviceConfig.ExecStart = "${config.security.wrapperDir}/sunshine";
|
||||
|
||||
wantedBy = [ "graphical-session.target" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue