summaryrefslogtreecommitdiff
path: root/xyz.openbmc_project.SMTP.service
diff options
context:
space:
mode:
Diffstat (limited to 'xyz.openbmc_project.SMTP.service')
-rw-r--r--xyz.openbmc_project.SMTP.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/xyz.openbmc_project.SMTP.service b/xyz.openbmc_project.SMTP.service
new file mode 100644
index 0000000..a7c89ef
--- /dev/null
+++ b/xyz.openbmc_project.SMTP.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=SMTP client
+
+[Service]
+ExecStart=/usr/bin/smtp
+Type=oneshot
+
+[Install]
+WantedBy=basic.target