Set caps on actual executable
This commit is contained in:
parent
279790b29e
commit
db45303bb3
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@
|
||||||
owner = "root";
|
owner = "root";
|
||||||
group = "root";
|
group = "root";
|
||||||
capabilities = "cap_sys_admin+p";
|
capabilities = "cap_sys_admin+p";
|
||||||
source = "${sunshine}/bin/sunshine";
|
source = "${sunshine}/bin/sunshine-${sunshine.version}";
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.user.services.sunshine = {
|
systemd.user.services.sunshine = {
|
||||||
|
|
Loading…
Reference in a new issue