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