Skip to content
Snippets Groups Projects
Forked from PortalMEC / portalmec
1419 commits behind the upstream repository.
portalmec.service 183 B
[Unit]
Description=Control puma for portalmec
After=nginx.service

[Service]
ExecStart=/portalmec/puma.sh start
ExecStop=/portalmec/puma.sh stop

[Install]
WantedBy=multi-user.target