[Unit] Description=Ghost systemd service for blog: localhost Documentation=https://ghost.org/docs/ [Service] Type=simple WorkingDirectory=/home/speed/public_html/vh User=999 Environment="NODE_ENV=production" ExecStart=/usr/bin/node /usr/local/bin/ghost run Restart=always [Install] WantedBy=multi-user.target