summaryrefslogtreecommitdiff
path: root/xyz.openbmc_project.SMTP.service
diff options
context:
space:
mode:
authoreportnov <eportnov@ibs.ru>2022-09-09 11:10:14 +0300
committereportnov <eportnov@ibs.ru>2022-09-09 12:41:59 +0300
commit9fa4addff6f90a8b5697a594e034f5517d64dd25 (patch)
treeb429545eba770ea5aadd030b40f62ca8ab5b208a /xyz.openbmc_project.SMTP.service
downloadobmc-sila-smtp-9fa4addff6f90a8b5697a594e034f5517d64dd25.tar.xz
first comit
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