mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-04 15:33:18 +00:00
Add dot-desktop-fuse service
This commit is contained in:
parent
f15d0fb07a
commit
bd63fcd48f
|
@ -44,6 +44,15 @@ in {
|
|||
'';
|
||||
};
|
||||
|
||||
systemd.user.services."dot-desktop-fuse" = {
|
||||
serviceConfig = {
|
||||
ExecStart = "${appvm}/bin/dot-desktop-fuse";
|
||||
Restart = "on-failure";
|
||||
};
|
||||
path = [ "/run/wrappers" ];
|
||||
wantedBy = [ "default.target" ];
|
||||
};
|
||||
|
||||
systemd.user.services."autoballoon" = {
|
||||
serviceConfig.StartLimitBurst = 64;
|
||||
script = "${appvm}/bin/appvm autoballoon";
|
||||
|
|
Loading…
Reference in a new issue