git.hdm.sh
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
[Unit]
Description=Shared Scratchpad Server
After=network.target

[Service]
Type=simple
User=webserver
Group=webserver
WorkingDirectory=/var/www/scratchpad
ExecStart=/var/www/scratchpad/scratchpad
Restart=always
RestartSec=5

[Install]
WantedBy=multi-user.target