this post was submitted on 24 Sep 2024
61 points (98.4% liked)

Linux

48461 readers
510 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
top 5 comments
sorted by: hot top controversial new old
[–] gomp@lemmy.ml 13 points 2 months ago (1 children)

I'd recommend learning/using systemd timers instead (well, if you are on inux and your distro uses systems)

[–] ouch@lemmy.world 1 points 2 months ago (1 children)

Is there any easy way to get mail of the runs like with cron?

[–] gomp@lemmy.ml 1 points 2 months ago* (last edited 2 months ago) (1 children)

You can use OnFailure in your .service file if you want some specific thing to happen when that specific service fails, but I don't know if there's a blanket way to tell systemd to notify via email when any failure happens (I wouldn't mind a desktop notification... will investigate)

[–] ouch@lemmy.world 1 points 2 months ago

When I checked a long time ago, there wasn't.

And not only failures, often it's useful to get mail for all executions.

I guess cron continues to have its place.

[–] Lettuceeatlettuce@lemmy.ml 12 points 2 months ago

For another useful resource, this site is really helpful for decoding what cronjobs are in plain language.

Cron Job Translator