Misc fixes
This commit is contained in:
@@ -37,7 +37,7 @@ config :pleroma, :database, rum_enabled: false
|
||||
|
||||
# Mail
|
||||
config :pleroma, Pleroma.Emails.Mailer,
|
||||
enabled: false,
|
||||
enabled: false
|
||||
|
||||
# Theming
|
||||
config :pleroma, :frontend_configurations,
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user