Commit 1d4e3ab
committed
systemd/grommunio-admin-api.service
* remove useless requires+after to the same named socket.
a .socket will automatically trigger a service if something want to
talk to it. you will only ever need to enable the .socket and don't
have to explicitly enable the .service in such a scenario.
stichwort: triggering units
* add after=mysql.service to not get any silly database errors anymore
during boot because the database isn't accessible in the first try.
the alias mysql.service was chosen to have a broader compatibility
for anyone who isn't using mariadb.1 parent 0a2d18a commit 1d4e3ab
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
| 6 | + | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
0 commit comments