Advertisement
lebel

Untitled

Oct 26th, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. systemd.services.puffy.enable = true;
  2. systemd.services.puffy.serviceConfig = {
  3. User="lebeld";
  4. Group="vboxusers";
  5. ExecStart="${pkgs.virtualbox}/bin/VBoxHeadless startvm Puffy";
  6. ExecStop="${pkgs.virtualbox}/bin/VBoxHeadless controlvm Puffy savestate";
  7. Restart="on-success";
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement