From 6410fd8d58e250a877a0bcdab06184e45e707c65 Mon Sep 17 00:00:00 2001 From: Georg Date: Wed, 21 Jul 2021 12:34:32 +0200 Subject: Initial Systemd Service Run: 1/3 Signed-off-by: Georg --- systemd/prosody-filer.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 systemd/prosody-filer.service (limited to 'systemd/prosody-filer.service') diff --git a/systemd/prosody-filer.service b/systemd/prosody-filer.service new file mode 100644 index 0000000..14ab8a1 --- /dev/null +++ b/systemd/prosody-filer.service @@ -0,0 +1,13 @@ +[Unit] +Description=Prosody File Server + +[Service] +Type=simple +User=prosody-filer +Group=prosody-filer +WorkingDirectory=/opt/prosody-filer +Restart=always +ExecStart=/opt/prosody-filer/prosody-filer_linux_x86_64 + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3