diff options
author | Georg | 2021-07-21 12:34:32 +0200 |
---|---|---|
committer | Georg | 2021-07-21 12:34:32 +0200 |
commit | 6410fd8d58e250a877a0bcdab06184e45e707c65 (patch) | |
tree | 5e906079ed4d34c928722aba17225b2894f4f293 /systemd/prosody-filer.service | |
parent | 75f52375c9fbb8c9ee0358beb6ed7a81de511d5e (diff) | |
download | system-6410fd8d58e250a877a0bcdab06184e45e707c65.tar.gz system-6410fd8d58e250a877a0bcdab06184e45e707c65.tar.bz2 system-6410fd8d58e250a877a0bcdab06184e45e707c65.zip |
Initial Systemd Service Run: 1/3
Signed-off-by: Georg <georg@lysergic.dev>
Diffstat (limited to 'systemd/prosody-filer.service')
-rw-r--r-- | systemd/prosody-filer.service | 13 |
1 files changed, 13 insertions, 0 deletions
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 |