There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

Atemu ,
@Atemu@lemmy.ml avatar

My only complaint is it’s a bit verbose. I’d rather have it as an option inside the .service file. The .timer requires some boilerplate like [Unit].description (it… uh… triggers a service. that’s the description), and WantedBy=timers.target.

This can be solved through abstraction and automation.

In NixOS for example, you can declare a service that runs an arbitrary script every day like this:


<span style="color:#323232;">{
</span><span style="color:#323232;">  systemd.services.your-service-here = {
</span><span style="color:#323232;">    script = "echo 'Hello, world!'";
</span><span style="color:#323232;">    startAt = "daily";
</span><span style="color:#323232;">  };
</span><span style="color:#323232;">}
</span>

This automatically creates a service file with the script in its ExecStart and an accompanying timer which runs daily and is part of the timers.target.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • lifeLocal
  • random
  • goranko
  • All magazines