diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-24 22:30:54 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-24 22:30:54 +0200 |
commit | 683f468c54a81fd4084a2ba1082025959cd3c7d1 (patch) | |
tree | 2ffcaeb250cc1efc8e07f23175e5a1f42a050568 /units/mail-transfer-agent.target | |
parent | 1e287fe32fd15b1691cbb966feef5fc2f9f6cf7b (diff) |
unit: ship a mail-transfer-agent.target unit by default
Diffstat (limited to 'units/mail-transfer-agent.target')
-rw-r--r-- | units/mail-transfer-agent.target | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/units/mail-transfer-agent.target b/units/mail-transfer-agent.target new file mode 100644 index 0000000000..2640076d68 --- /dev/null +++ b/units/mail-transfer-agent.target @@ -0,0 +1,11 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +# See systemd.special(7) for details + +[Unit] +Description=Mail Transfer Agent |