|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
User={{ item.account }}
|
|
|
|
|
WorkingDirectory={{ item.home }}
|
|
|
|
|
Environment="NODE_ENV=production"
|
|
|
|
|
ExecStart=/opt/{{ item.home }}/node_modules/.bin/ghost run --dir www
|
|
|
|
|
ExecStart={{ item.home }}/node_modules/.bin/ghost run --dir www
|
|
|
|
|
TimeoutSec=15
|
|
|
|
|
Restart=always
|
|
|
|
|
|
|
|
|
|