M config/feather.conf +0 -1
@@ 33,7 33,6 @@ server {
# Default settings to avoid random file access if proxy setup is wrong.
root /opt/feather/www;
- # ^^^^^^^ CHANGE THIS!!
index index.html index.htm index.nginx-debian.html;
# Pass all requests to the Feather application
M config/feather.service +0 -14
@@ 3,7 3,6 @@
#
[Unit]
Description=Feather CL web application
-## ^^^^^^^^^^^^^^^^^^^^^^^^^^ CHANGE THIS!!
# start us only once the network and logging subsystems are available,
# consider adding redis-server.service if Redis is local and systemd-managed.
@@ 16,24 15,12 @@ After=syslog.target network.target
#
[Service]
-# You may want to use
-# Type=notify
-# to ensure service is not marked as started before it actually did.
-# Include sd_notify gem to send a message on sidekiq startup like
-# Sidekiq.configure_server do |config|
-# config.on(:startup) { SdNotify.ready }
-# end
-# to let systemd know when the service is actually started.
Type=simple
WorkingDirectory=/opt/feather/bin/
-## ^^^^^^^ CHANGE THIS!!
ExecStart=/usr/local/bin/feather
-## ^^^^^^^ CHANGE THIS!!
User=deploy
-## ^^^^^^ CHANGE THIS!!
Group=deploy
-## ^^^^^^ CHANGE THIS!!
UMask=0002
# if we crash, restart
@@ 42,7 29,6 @@ Restart=on-failure
# Identifier in syslog
SyslogIdentifier=feather
-## ^^^^^^ CHANGE THIS!!
[Install]
WantedBy=multi-user.target