1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/misskey_ynh.git synced 2024-09-03 19:46:03 +02:00
misskey_ynh/conf/systemd.service
2024-03-27 12:31:46 +01:00

17 lines
322 B
Desktop File

[Unit]
Description=Misskey: microblogging platform
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
Environment="__YNH_NODE_LOAD_PATH__"
Environment="NODE_ENV=production"
ExecStart=__YNH_NPM__ start
TimeoutSec=60
Restart=always
[Install]
WantedBy=multi-user.target