mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 11:44:02 +00:00
We are using apache as reverse proxy and two systemd units (puma & delayed job) for events.opensuse.org. Track them also in this project, might be useful for others.
13 lines
300 B
Desktop File
13 lines
300 B
Desktop File
[Unit]
|
|
Description=Open Source Event Manager
|
|
Wants=apache2.service
|
|
Before=apache2.service
|
|
|
|
[Service]
|
|
User=osem
|
|
EnvironmentFile=/home/osem/events/current/.env.production
|
|
WorkingDirectory=/home/osem/events/current
|
|
ExecStart=/usr/bin/bundle exec puma -e production
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|