mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
16 lines
334 B
SYSTEMD
16 lines
334 B
SYSTEMD
|
[Unit]
|
||
|
Description=mastodon-web
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=mastodon
|
||
|
WorkingDirectory=/opt/mastodon/live
|
||
|
Environment="RAILS_ENV=production"
|
||
|
Environment="PORT=3000"
|
||
|
ExecStart=/opt/mastodon/.rbenv/shims/bundle exec puma -C config/puma.rb
|
||
|
TimeoutSec=15
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|