summarylogtreecommitdiffstats
path: root/diaspora.service
diff options
context:
space:
mode:
authorJonne Haß2017-01-18 21:35:09 +0100
committerJonne Haß2017-01-18 21:35:09 +0100
commit32cc354a965ae9a82f0224b37479047137e26e34 (patch)
tree0cbb41b8732deedbd8c2ab9242a12577b7271127 /diaspora.service
parentf2a60bbcb7c0b325af6dbdab5af26fb80c8ff575 (diff)
downloadaur-32cc354a965ae9a82f0224b37479047137e26e34.tar.gz
diaspora: use ruby 2.3
Diffstat (limited to 'diaspora.service')
-rw-r--r--diaspora.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/diaspora.service b/diaspora.service
index 9fc3e09388d5..475e531766da 100644
--- a/diaspora.service
+++ b/diaspora.service
@@ -6,7 +6,7 @@ After=postgresql.service
User=diaspora
WorkingDirectory=/usr/share/webapps/diaspora
Environment=RAILS_ENV=production
-ExecStart=/usr/share/webapps/diaspora/script/server
+ExecStart=/bin/bash -lc '/usr/share/webapps/diaspora/script/server'
Restart=always
StandardInput=null
KillMode=control-group