diff options
Diffstat (limited to 'systemd/fwdsms.service')
| -rw-r--r-- | systemd/fwdsms.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/systemd/fwdsms.service b/systemd/fwdsms.service new file mode 100644 index 0000000..a095805 --- /dev/null +++ b/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 |
