This unit is provided by:
Options
-
[Install]-
WantedBy=diaspora.target
-
-
[Service]-
EnvironmentFile=/etc/diaspora/diaspora.conf -
ExecReload=/bin/kill -USR2 $MAINPID -
ExecStart=/usr/bin/bundle exec unicorn_rails -c config/unicorn.rb -E $RAILS_ENV -
Restart=on-abnormal -
SyslogIdentifier=diaspora-unicorn -
Type=simple -
User=diaspora -
WorkingDirectory=/usr/share/diaspora
-
-
[Unit]-
After=redis-server.service postgresql.service -
Description=Diaspora Unicorn Server -
PartOf=diaspora.target diaspora.service -
ReloadPropagatedFrom=diaspora.service -
Requires=redis-server.service -
Wants=postgresql.service
-
Additionnal notes
Nothing here.