Software /
code /
prosody-modules
Comparison
misc/systemd/prosody.service @ 5942:abd1bbe5006e draft default tip
Merge
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Sun, 16 Feb 2025 16:09:03 +0700 |
parent | 5904:eb1c524a5150 |
comparison
equal
deleted
inserted
replaced
5856:75dee6127829 | 5942:abd1bbe5006e |
---|---|
1 # This is an example service file. For some time there's now also one in used in our Debian releases at https://hg.prosody.im/debian/ | |
2 | |
1 [Unit] | 3 [Unit] |
2 ### see man systemd.unit | 4 ### see man systemd.unit |
3 Description=Prosody XMPP Server | 5 Description=Prosody XMPP Server |
4 Documentation=https://prosody.im/doc | 6 Documentation=https://prosody.im/doc |
5 | 7 |
28 WorkingDirectory=/var/lib/prosody | 30 WorkingDirectory=/var/lib/prosody |
29 | 31 |
30 User=prosody | 32 User=prosody |
31 Group=prosody | 33 Group=prosody |
32 | 34 |
33 Umask=0027 | 35 UMask=0027 |
34 | 36 |
35 # Nice=0 | 37 # Nice=0 |
36 | 38 |
37 # Set stdin to /dev/null since Prosody does not need it | 39 # Set stdin to /dev/null since Prosody does not need it |
38 StandardInput=null | 40 StandardInput=null |