mirror of
https://github.com/YunoHost-Apps/redmine_ynh.git
synced 2024-09-03 20:16:16 +02:00
18 lines
346 B
SYSTEMD
18 lines
346 B
SYSTEMD
[Unit]
|
|
Description=Pia Backend
|
|
Requires=network.target
|
|
Requires=postgresql.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
Group=users
|
|
WorkingDirectory=/opt/pia-back
|
|
Environment=RAILS_ENV=production
|
|
ExecStart=/bin/bash -c "/opt/pia-back/bin/rails s -b 127.0.0.1 -p 3000"
|
|
TimeoutSec=30
|
|
RestartSec=15s
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|