PATH:
usr
/
local
/
lib
/
node_modules
/
ghost-cli
/
extensions
/
systemd
[Unit] Description=Ghost systemd service for blog: <%= name %> Documentation=https://ghost.org/docs/ [Service] Type=simple WorkingDirectory=<%= dir %> User=<%= user %> Environment="NODE_ENV=<%= environment %>" ExecStart=<%= ghost_exec_path %> run Restart=always [Install] WantedBy=multi-user.target
[-] get-uid.js
[edit]
[+]
..
[-] package.json
[edit]
[-] index.js
[edit]
[-] systemd.js
[edit]
[+]
test
[-] ghost.service.template
[edit]