From 5277c7123524f5cccbf5ce62f5aa93b4bed68b10 Mon Sep 17 00:00:00 2001 From: Grégoire Duchêne Date: Sun, 29 Nov 2020 13:43:55 +0000 Subject: First draft of the service This version is pretty basic but it works. --- deployments/systemd/fwdsms.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 deployments/systemd/fwdsms.service (limited to 'deployments/systemd/fwdsms.service') 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 +# SPDX-License-Identifier: ISC + +[Unit] +Description=SMS-to-email Forwarder + +[Service] +ExecStart=fwdsms +DynamicUser=true +RuntimeDirectory=fwdsms + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-70-g09d2