1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/redmine_ynh.git synced 2024-09-03 20:16:16 +02:00
redmine_ynh/conf/systemd.service.old
liberodark b0aa2f1058 update
2019-03-13 14:15:09 +01:00

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