summaryrefslogtreecommitdiff
path: root/deployments/systemd/fwdsms.service
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2020-11-29 13:43:55 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2020-11-29 18:00:37 +0000
commit5277c7123524f5cccbf5ce62f5aa93b4bed68b10 (patch)
tree939ede863a41db0ffd2080f80600197458f8b7dc /deployments/systemd/fwdsms.service
parenta5776d48925b1429b4704c11251220ab7143850f (diff)
First draft of the service
This version is pretty basic but it works.
Diffstat (limited to 'deployments/systemd/fwdsms.service')
-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