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, 0 insertions, 13 deletions
diff --git a/deployments/systemd/fwdsms.service b/deployments/systemd/fwdsms.service
deleted file mode 100644
index a095805..0000000
--- a/deployments/systemd/fwdsms.service
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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