summarylogtreecommitdiffstats
path: root/ghost.service
blob: 879db73f322f9c4fb77ab9ee3f00b47acb84aa16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Ghost Blogging Platform
After=network.target

[Service]
WorkingDirectory=/usr/share/webapps/ghost
Environment=GHOST_NODE_VERSION_CHECK=false
ExecStart=/usr/bin/npm start --production /usr/share/webapps/ghost
User=ghost

[Install]
WantedBy=multi-user.target