Misc fixes

This commit is contained in:
2021-01-26 02:26:22 -06:00
parent 628f5611e4
commit 0ecda314bf
3 changed files with 9 additions and 9 deletions

View File

@@ -5,14 +5,14 @@ After=network.target
[Service]
User=pleroma
Environment="HOME={{ pleroma_home }}/%i}"
WorkingDirectory={{ pleroma_home }}/%i
Environment="HOME={{ pleroma_home }}"
WorkingDirectory={{ pleroma_home }}
KillMode=process
Restart=on-failure
ExecStart={{ pleroma_home }}/%i/bin/pleroma start
ExecStop={{ pleroma_home }}/%i/bin/pleroma stop
ExecStart={{ pleroma_home }}/bin/pleroma start
ExecStop={{ pleroma_home }}/bin/pleroma stop
PrivateTmp=true
ProtectHome=true