this post was submitted on 24 Sep 2024
57 points (98.3% liked)

Linux

47457 readers
1128 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
you are viewing a single comment's thread
view the rest of the comments
[–] gomp@lemmy.ml 14 points 3 days 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 days ago (1 children)

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

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

You can use OnFailure in your .service file if you want some 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 days 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.