1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diaspora_ynh.git synced 2024-09-03 18:26:13 +02:00
diaspora_ynh/conf/diaspora_sidekiq.service

14 lines
291 B
SYSTEMD
Raw Normal View History

2019-12-02 21:04:01 +01:00
[Unit]
Description=Diaspora social network (sidekiq - instance __APP__)
PartOf=__APP__.target
2019-12-02 21:04:01 +01:00
[Service]
User=__APP__
2019-12-02 21:04:01 +01:00
Environment=RAILS_ENV=production
WorkingDirectory=__FINALPATH__/diaspora
2019-12-02 21:04:01 +01:00
ExecStart=/bin/bash -lc "bin/bundle exec sidekiq"
Restart=always
[Install]
WantedBy=__APP__.target