aboutsummaryrefslogtreecommitdiff
path: root/deployments/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'deployments/systemd')
-rw-r--r--deployments/systemd/fwdsms.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/deployments/systemd/fwdsms.service b/deployments/systemd/fwdsms.service
new file mode 100644
index 0000000..a095805
--- /dev/null
+++ b/deployments/systemd/fwdsms.service
@@ -0,0 +1,13 @@
+# SPDX-FileCopyrightText: © 2020 Grégoire Duchêne <gduchene@awhk.org>
+# SPDX-License-Identifier: ISC
+
+[Unit]
+Description=SMS-to-email Forwarder
+
+[Service]
+ExecStart=fwdsms
+DynamicUser=true
+RuntimeDirectory=fwdsms
+
+[Install]
+WantedBy=multi-user.target