Skip to content

Instantly share code, notes, and snippets.

View devseevali's full-sized avatar

Seevali Rathnayake devseevali

  • Colombo, Sri Lanka
View GitHub Profile
@devseevali
devseevali / play2.service
Last active January 17, 2021 19:07 — forked from dkhenry/play2.service
Systemd script for the Play Framework
[Unit]
Description=Play2 Server for <site>
After=network.target
 
[Service]
Type=simple
PIDFile=<path>/RUNNING_PID
 
ExecStartPre=[ -e <path>/RUNNING_PID ] && rm <path>/RUNNING_PID
ExecStart=<path>/bin/server