ghost/templates/systemd.service.j2

17 lines
301 B
Django/Jinja

[Unit]
Description=Ghost blog for {{ item.name }}
After=network.target
[Service]
Type=simple
User={{ item.account }}
WorkingDirectory={{ item.home }}/www/
Environment="NODE_ENV=production"
ExecStart=/usr/bin/node index.js
TimeoutSec=15
Restart=always
[Install]
WantedBy=multi-user.target