12 lines
314 B
Desktop File
12 lines
314 B
Desktop File
[Unit]
|
|
Description=FreePBX Manager Bot
|
|
Documentation=https://git.chrischro.me/ChrisChrome/discord-freepbx-manager
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/node /path/to/discord-freepbx-manager/index.js
|
|
WorkingDirectory=/path/to/discord-freepbx-manager
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |