mirror of
https://github.com/YunoHost-Apps/glpi_ynh.git
synced 2024-09-03 20:36:21 +02:00
remove
This commit is contained in:
parent
42b27f7ff8
commit
a256bca240
1 changed files with 0 additions and 18 deletions
|
@ -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
|
Loading…
Reference in a new issue