2019-12-02 21:04:01 +01:00
|
|
|
[Unit]
|
2020-05-17 15:53:04 +02:00
|
|
|
Description=Diaspora social network (unicorn - instance __APP__)
|
|
|
|
PartOf=__APP__.target
|
2019-12-02 21:04:01 +01:00
|
|
|
|
|
|
|
[Service]
|
2020-05-17 15:53:04 +02:00
|
|
|
User=__APP__
|
2019-12-02 21:04:01 +01:00
|
|
|
Environment=RAILS_ENV=production
|
2020-05-17 15:53:04 +02:00
|
|
|
WorkingDirectory=__FINALPATH__/diaspora
|
|
|
|
PIDFile=/run/__APP__/diaspora.pid
|
2019-12-02 21:04:01 +01:00
|
|
|
ExecStart=/bin/bash -lc "bin/bundle exec unicorn -c config/unicorn.rb -E production"
|
|
|
|
ExecReload=/bin/kill -USR2 $MAINPID
|
|
|
|
Restart=always
|
|
|
|
|
|
|
|
[Install]
|
2020-05-17 15:53:04 +02:00
|
|
|
WantedBy=__APP__.target
|