Advertisement
Guest User

Untitled

a guest
May 27th, 2020
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. systemd.services.fooo = {
  2. enable = true;
  3. description = "fwefwef";
  4. serviceConfig = {
  5. Type = "oneshot";
  6. ExecStart = "/run/current-system/sw/bin/echo abc > /home/ag/tes.txt";
  7. };
  8. startAt = "11:58:00";
  9. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement