mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-26 14:13:01 +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" = {
|
systemd.user.services."autoballoon" = {
|
||||||
serviceConfig.StartLimitBurst = 64;
|
serviceConfig.StartLimitBurst = 64;
|
||||||
script = "${appvm}/bin/appvm autoballoon";
|
script = "${appvm}/bin/appvm autoballoon";
|
||||||
|
Loading…
Reference in New Issue
Block a user