1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glpi_ynh.git synced 2024-09-03 20:36:21 +02:00
This commit is contained in:
liberodark 2019-06-30 20:13:10 +02:00
parent 42b27f7ff8
commit a256bca240

View file

@ -1,18 +0,0 @@
[Unit]
Description=Redmine
Requires=network.target
Requires=postgresql.service
[Service]
Type=simple
User=root
Group=users
WorkingDirectory=/opt/redmine
Environment=RAILS_SERVE_STATIC_FILES=true
ExecStart=/bin/bash -c "/opt/redmine/bin/rails s -e production -b 127.0.0.1 -p 3000"
TimeoutSec=30
RestartSec=15s
Restart=always
[Install]
WantedBy=multi-user.target