File routenbuch-sidekiq.service of Package routenbuch
[Unit] Description=Routenbuch Sidekiq After=postgresql.service redis.target routenbuch-update.service Requires=routenbuch-update.service PartOf=routenbuch.target [Service] Type=simple User=routenbuch Group=routenbuch Environment="RUBY_GC_MALLOC_LIMIT=90000000" "LANG=en_US.UTF-8" "LC_ALL=en_US.UTF-8" WorkingDirectory=/srv/www/webapps/routenbuch/ ExecStart=@BUNDLER_REPLACE@ exec /usr/bin/sidekiq.@RUBY_SUFFIX@ --environment production --config /srv/www/webapps/routenbuch/config/sidekiq.yml --environment production Restart=on-failure [Install] WantedBy=multi-user.target