mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
15 lines
286 B
Desktop File
15 lines
286 B
Desktop File
[Unit]
|
|
Description=__APP__ systemd service
|
|
Documentation=https://docs.ghost.org
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=__FINALPATH__
|
|
User=__APP__
|
|
Group=__APP__
|
|
Environment="NODE_ENV=production"
|
|
ExecStart=/usr/bin/node index.js run
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|