aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2019-03-20 04:06:44 +0100
committeryalh76 <yalh@yahoo.com>2019-03-20 04:06:44 +0100
commit5885b4cf7d8fcbd5d9019243235e9097c3fcac6b (patch)
tree0accd5a2bcbe29d6f484d0797942ae4909fc1fec /conf
parent7915cc889f7fcb991693ccfdb558b27404bfa16a (diff)
downloadmastodon_ynh-5885b4cf7d8fcbd5d9019243235e9097c3fcac6b.tar.gz
mastodon_ynh-5885b4cf7d8fcbd5d9019243235e9097c3fcac6b.tar.bz2
mastodon_ynh-5885b4cf7d8fcbd5d9019243235e9097c3fcac6b.zip
Fix ruby
Diffstat (limited to 'conf')
-rw-r--r--conf/mastodon-sidekiq.service2
-rw-r--r--conf/mastodon-web.service2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/mastodon-sidekiq.service b/conf/mastodon-sidekiq.service
index c799356..59f636f 100644
--- a/conf/mastodon-sidekiq.service
+++ b/conf/mastodon-sidekiq.service
@@ -8,7 +8,7 @@
WorkingDirectory=__FINALPATH__/live
Environment="RAILS_ENV=production"
Environment="DB_POOL=20"
- ExecStart=__FINALPATH__/.rbenv/versions/2.6.0/bin/bundle exec sidekiq -c 20 -q default -q mailers -q pull -q push
+ ExecStart=/opt/rbenv/versions/2.6.0/bin/bundle exec sidekiq -c 20 -q default -q mailers -q pull -q push
TimeoutSec=15
Restart=always
StandardError=syslog
diff --git a/conf/mastodon-web.service b/conf/mastodon-web.service
index dd6f6d7..32af850 100644
--- a/conf/mastodon-web.service
+++ b/conf/mastodon-web.service
@@ -8,7 +8,7 @@
WorkingDirectory=__FINALPATH__/live
Environment="RAILS_ENV=production"
Environment="PORT=__PORT_WEB__"
- ExecStart=__FINALPATH__/.rbenv/versions/2.6.0/bin/bundle exec puma -C config/puma.rb
+ ExecStart=/opt/rbenv/versions/2.6.0/bin/bundle exec puma -C config/puma.rb
TimeoutSec=15
Restart=always
StandardError=syslog