mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
18 lines
319 B
Desktop File
18 lines
319 B
Desktop File
[Unit]
|
|
Description=PM2 next gen process manager for Node.js
|
|
After=network.target remote-fs.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
User=%USER%
|
|
|
|
ExecStart=%PM2_PATH% resurrect
|
|
ExecReload=%PM2_PATH% reload all
|
|
|
|
ExecStop=%PM2_PATH% dump
|
|
ExecStop=%PM2_PATH% delete all
|
|
ExecStop=%PM2_PATH% kill
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|