1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00
ghost_ynh/conf/systemd.service
2018-07-23 19:40:35 +05:30

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