upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / redmine / trunk / redmine.service
blob465dcedf115107eeef61b9bb0c708cf8423394df
1 [Unit]
2 Description=DSR Redmine
3 After=network.target
5 [Service]
6 Type=simple
7 User=http
8 Group=http
9 WorkingDirectory=/usr/share/webapps/redmine
10 ExecStart=/usr/bin/ruby-2.7 ./bin/rails server -u webrick -e production -b 127.0.0.1 -p 3020
11 RestartSec=60
12 Restart=always
14 [Install]
15 WantedBy=multi-user.target