13 lines
204 B
Desktop File
13 lines
204 B
Desktop File
[Unit]
|
|
Description=Daily Stats Bot
|
|
After=mariadb.service
|
|
|
|
[Service]
|
|
User=root
|
|
Group=root
|
|
WorkingDirectory=/root/freepbx-stats
|
|
ExecStart=/bin/node .
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |