[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