Fossil SCM

Simplified a command pair to a one-liner in the containers doc section about setting up email alerts.

wyoung 2025-10-04 19:22 trunk
Commit 819da69d7b6d37d6deef79150e1b611588e2b1fbf8d3ab7def7626cdfb629ca9
1 file changed +1 -2
--- www/containers.md
+++ www/containers.md
@@ -541,12 +541,11 @@
541541
542542
I was then able to enable email alert forwarding for select repositories
543543
after configuring them per [the docs](./alerts.md) by saying:
544544
545545
$ systemctl --user daemon-reload
546
- $ systemctl --user enable alert-sender@myproject
547
- $ systemctl --user start alert-sender@myproject
546
+ $ systemctl --user enable --now alert-sender@myproject
548547
549548
Because this is a parameterized script and we’ve set our repository
550549
paths predictably, you can do this for as many repositories as you need
551550
to by passing their names after the “`@`” sign in the commands above.
552551
553552
--- www/containers.md
+++ www/containers.md
@@ -541,12 +541,11 @@
541
542 I was then able to enable email alert forwarding for select repositories
543 after configuring them per [the docs](./alerts.md) by saying:
544
545 $ systemctl --user daemon-reload
546 $ systemctl --user enable alert-sender@myproject
547 $ systemctl --user start alert-sender@myproject
548
549 Because this is a parameterized script and we’ve set our repository
550 paths predictably, you can do this for as many repositories as you need
551 to by passing their names after the “`@`” sign in the commands above.
552
553
--- www/containers.md
+++ www/containers.md
@@ -541,12 +541,11 @@
541
542 I was then able to enable email alert forwarding for select repositories
543 after configuring them per [the docs](./alerts.md) by saying:
544
545 $ systemctl --user daemon-reload
546 $ systemctl --user enable --now alert-sender@myproject
 
547
548 Because this is a parameterized script and we’ve set our repository
549 paths predictably, you can do this for as many repositories as you need
550 to by passing their names after the “`@`” sign in the commands above.
551
552

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button