[Unit] Description=CareMeet notification sender After=network.target mysql.service [Service] Type=simple User=caremeet WorkingDirectory=/opt/caremeet/api Environment=SMS_GATEWAY_URL=https://your-gateway.example/send ExecStart=/usr/bin/php bin/notification_worker.php Restart=always RestartSec=5 TimeoutStopSec=20 KillSignal=SIGTERM [Install] WantedBy=multi-user.target