websoft9/apps/roles/Template/files/nginx.service
chendelin1982 fb80dcb8ec apps
2022-05-10 17:35:30 +08:00

11 lines
269 B
Desktop File

[Unit]
Description=Redmine
After=nginx.service
[Service]
Environment=RAILS_ENV=production
Type=simple
WorkingDirectory=/data/wwwroot/redmine
ExecStart=/usr/local/bin/puma -b tcp://127.0.0.1:9292 -e production
User=redmine
[Install]
WantedBy=multi-user.target