File: //etc/systemd/system/growth-loop.service
[Unit]
Description=Bewertemich Growth Loop Report
Wants=network-online.target
After=network-online.target mariadb.service mysql.service
[Service]
Type=oneshot
WorkingDirectory=/home/bewertemich.de
Environment=DOTENV_CONFIG_PATH=/home/bewertemich.de/.env
Environment=NODE_PATH=/home/bewertemich.de/node_modules
ExecStartPre=/usr/bin/npm run growth:analytics-traffic
ExecStart=/usr/bin/npm run growth:loop
ExecStartPost=/usr/bin/npm run growth:upload-activation