Fix a typo

This commit is contained in:
Dryusdan 2022-05-02 18:02:43 +02:00
parent cf6baa71e5
commit 93147b3def
1 changed files with 1 additions and 1 deletions

View File

@ -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