Index: ecosystem.config.cjs
===================================================================
--- ecosystem.config.cjs	(revision 7bc636b391c66ac399c33e54f7173a022c6a3cbd)
+++ ecosystem.config.cjs	(revision 9465a0dee42a3c0861d6e59b90543c2f798be854)
@@ -13,5 +13,5 @@
  *   pm2 start ecosystem.config.cjs --env production
  *   pm2 save && pm2 startup    # auto-start on boot
- *   pm2 logs prutcms
+ *   pm2 logs klonkt
  */
 
@@ -19,5 +19,5 @@
   apps: [
     {
-      name: 'prutcms',
+      name: 'klonkt',
       script: 'src/server.js',
       cwd: __dirname,
@@ -29,5 +29,5 @@
       kill_timeout: 5000,           // give in-flight requests time to finish
 
-      // Logs go to ~/.pm2/logs/prutcms-out.log and -error.log by default.
+      // Logs go to ~/.pm2/logs/klonkt-out.log and -error.log by default.
       // Override here if you want them in the project dir:
       // out_file: './logs/out.log',
