1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00
glitchsoc_ynh/conf/mastodon-web.service

17 lines
356 B
SYSTEMD
Raw Normal View History

2017-04-08 04:04:27 +02:00
[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
2017-04-09 16:32:12 +02:00
StandardError=syslog
2017-04-08 04:04:27 +02:00
[Install]
WantedBy=multi-user.target