[Unit] Description=Self-Service Now APNs notification worker After=network-online.target mysql.service Wants=network-online.target [Service] Type=simple User=www-data Group=www-data WorkingDirectory=/var/www/html/Self-Service/kiosk_dev ExecStart=/usr/bin/php /var/www/html/Self-Service/kiosk_dev/mobile_push_worker.php --watch 50 Restart=on-failure RestartSec=5 NoNewPrivileges=true PrivateTmp=true ProtectHome=true ProtectSystem=strict [Install] WantedBy=multi-user.target