diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2025-03-05 15:47:26 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-05 15:47:26 +0000 |
| commit | f424e303e258fde1d1e23f5197102777bb6bd4e3 (patch) | |
| tree | dd2d6add8d975759f1c0b30e36846b6728e93c70 /content | |
| parent | ed894ba0ea4c3a89aeddcb8bbb85d61a6f61d152 (diff) | |
| parent | 9ab4289e425071b0b172adeb9cfce93249f32ff7 (diff) | |
Merge pull request #314 from lotigara/master
Update alps.md
Diffstat (limited to 'content')
| -rw-r--r-- | content/alps.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/content/alps.md b/content/alps.md index fe125d8..5292f43 100644 --- a/content/alps.md +++ b/content/alps.md @@ -56,6 +56,11 @@ Environment="GOCACHE=/opt/alps/.gocache" WantedBy=multi-user.target ``` +If you run Postfix and Dovecot on the same machine, you could change the `After` string to the following: +``` +After=network.target postfix.service dovecot.service +``` + Put that in `/etc/systemd/system/alps.service` and fill in your login key and your mail domain. Now, reload and start Alps. |
