summarylogtreecommitdiffstats
path: root/prosody.service
diff options
context:
space:
mode:
authorMaxime “pep” Buquet2020-01-04 23:47:59 +0100
committerMaxime “pep” Buquet2020-01-04 23:47:59 +0100
commit9c6cf0cd41edf759fa65eebc46083b5cf2c6847a (patch)
tree66b88caff70fc29a73dee93b80498e691c9ca00c /prosody.service
parentaf71e036beb99d0231618cee0451fdaa83eafb44 (diff)
downloadaur-9c6cf0cd41edf759fa65eebc46083b5cf2c6847a.tar.gz
Use correct UMAsk and PIDFile directives in unit file
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'prosody.service')
-rw-r--r--prosody.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/prosody.service b/prosody.service
index fae82ab2f272..cd2192564eda 100644
--- a/prosody.service
+++ b/prosody.service
@@ -10,7 +10,7 @@ After=network.target
Type=simple
# Not sure if this is needed for 'simple'
-PIDFile=/var/run/prosody/prosody.pid
+PIDFile=/run/prosody/prosody.pid
# Start by executing the main executable
ExecStart=/usr/bin/prosody
@@ -30,7 +30,7 @@ WorkingDirectory=/var/lib/prosody
User=prosody
Group=jabber
-Umask=0027
+UMask=0027
# Nice=0