Fossil SCM
Simplified a command pair to a one-liner in the containers doc section about setting up email alerts.
Commit
819da69d7b6d37d6deef79150e1b611588e2b1fbf8d3ab7def7626cdfb629ca9
Parent
7db623e5ebbf917…
1 file changed
+1
-2
+1
-2
| --- www/containers.md | ||
| +++ www/containers.md | ||
| @@ -541,12 +541,11 @@ | ||
| 541 | 541 | |
| 542 | 542 | I was then able to enable email alert forwarding for select repositories |
| 543 | 543 | after configuring them per [the docs](./alerts.md) by saying: |
| 544 | 544 | |
| 545 | 545 | $ 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 | |
| 548 | 547 | |
| 549 | 548 | Because this is a parameterized script and we’ve set our repository |
| 550 | 549 | paths predictably, you can do this for as many repositories as you need |
| 551 | 550 | to by passing their names after the “`@`” sign in the commands above. |
| 552 | 551 | |
| 553 | 552 |
| --- 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 |