mirror of
https://github.com/YunoHost-Apps/diaspora_ynh.git
synced 2024-09-03 18:26:13 +02:00
14 lines
302 B
SYSTEMD
14 lines
302 B
SYSTEMD
|
[Unit]
|
||
|
Description=Diaspora social network (sidekiq - instance {{ app }})
|
||
|
PartOf={{ app }}.target
|
||
|
|
||
|
[Service]
|
||
|
User={{ app }}
|
||
|
Environment=RAILS_ENV=production
|
||
|
WorkingDirectory={{ final_path }}/diaspora
|
||
|
ExecStart=/bin/bash -lc "bin/bundle exec sidekiq"
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy={{ app }}.target
|